summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-12-05jbd: ordered data integrity fixHidehiro Kawai
2008-12-05ext3: fix ext3 block reservation early ENOSPC issueMingming Cao
2008-12-05ext2: fix ext2 block reservation early ENOSPC issueMingming Cao
2008-12-05ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik
2008-12-05ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o
2008-12-05ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky
2008-12-05ext4: add checksum calculation when clearing UNINIT flag in ext4_new_inodeFrederic Bohe
2008-12-05ext4: Mark the buffer_heads as dirty and uptodate after prepare_writeAneesh Kumar K.V
2008-12-05ext4: calculate journal credits correctlyTheodore Ts'o
2008-12-05ext4: wait on all pending commits in ext4_sync_fs()Theodore Ts'o
2008-12-05ext4: Convert to host order before using the values.Aneesh Kumar K.V
2008-12-05jbd2: don't give up looking for space so easily in __jbd2_log_wait_for_spaceTheodore Ts'o
2008-12-05ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o
2008-12-05ext4: Do mballoc init before doing filesystem recoveryAneesh Kumar K.V
2008-12-05ext4: Free ext4_prealloc_space using kmem_cache_freeAneesh Kumar K.V
2008-12-05ext4: fix xattr deadlockKalpak Shah
2008-12-05jbd2: Fix buffer head leak when writing the commit blockTheodore Ts'o
2008-12-05jbd2: abort instead of waiting for nonexistent transactionDuane Griffin
2008-12-05ext4/jbd2: Avoid WARN() messages when failing to write to the superblockTheodore Ts'o
2008-12-05ext4: Renumber EXT4_IOC_MIGRATETheodore Ts'o
2008-12-05ext4: elevate write count for migrate ioctlAneesh Kumar K.V
2008-12-05ext4: add missing unlock in ext4_check_descriptors() on error pathLi Zefan
2008-12-05jbd2: fix /proc setup for devices that contain '/' in their namesTheodore Ts'o
2008-12-05ext4: fix #11321: create /proc/ext4/*/stats more carefullyAlexey Dobriyan
2008-12-05ext4: Update flex_bg free blocks and free inodes counters when resizing.Frederic Bohe
2008-12-05cifs: fix check for dead tcon in smb_initSteve French
2008-12-05cifs: prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp
2008-12-05cifs: Fix check for tcon seal setting and fix oops on failed mount from earli...Steve French
2008-12-05cifs: Fix build breakSteve French
2008-12-05cifs: reinstate sharing of tree connectionsJeff Layton
2008-12-05cifs: minor cleanup to cifs_mountSteve French
2008-12-05cifs: reinstate sharing of SMB sessions sans racesJeff Layton
2008-12-05cifs: disable sharing session and tcon and add new TCP sharing codeJeff Layton
2008-12-05cifs: clean up server protocol handlingSteve French
2008-12-05cifs: remove unused list, add new cifs sock list to prepare for mount/umount fixSteve French
2008-12-05cifs: Fix cifs reconnection flagsSteve French
2008-12-05cifs: Fix error in smb_send2Steve French
2008-12-05cifs: Reduce number of socket retries in large write pathSteve French
2008-12-05Fix inotify watch removal/umount racesAl Viro
2008-12-05epoll: introduce resource usage limitsDavide Libenzi
2008-12-05eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow
2008-11-20Fix broken ownership of /proc/sys/ filesAl Viro
2008-11-20touch_mnt_namespace when the mount flags changeDan Williams
2008-11-13hfs: fix namelength memory corruption (CVE-2008-5025)Eric Sesterhenn
2008-11-13JFFS2: Fix lack of locking in thread_should_wake()David Woodhouse
2008-11-13JFFS2: fix race condition in jffs2_lzo_compress()Geert Uytterhoeven
2008-11-13ext3: wait on all pending commits in ext3_sync_fsArthur Jones
2008-11-06hfsplus: check read_mapping_page() return valueEric Sesterhenn
2008-11-06hfsplus: fix Buffer overflow with a corrupted imageEric Sesterhenn
2008-10-25proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty