aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2008-10-25ext[234]: Avoid printk floods in the face of directory corruption (CVE-2008-3...Eric Sandeen
2008-10-25CIFS: fix saving of resume key before CIFSFindNextJeff Layton
2008-10-22xfs: fix remount rw with unrecognized optionsChristoph Hellwig
2008-10-18CIFS: make sure we have the right resume info before calling CIFSFindNextSteve French
2008-10-18Fix barrier fail detection in XFSChristoph Hellwig
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds
2008-10-02mm: tiny-shmem nommu fixNick Piggin
2008-10-02inotify: fix lock ordering wrt do_page_fault's mmap_semNick Piggin
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh
2008-09-29Fix NULL pointer dereference in proc_sys_compareLinus Torvalds
2008-09-26Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds
2008-09-26Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy
2008-09-26[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel