summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-06-08dcache: Prevent d_genocide() from decrementing d_count more than onceSteven Rostedt
2010-06-08nfs: Avoid igrab deadlock.john stultz
2010-06-08dcache: Fix select_parent dentry traversal lockingjohn stultz
2010-05-31Merge stable/linux-2.6.33.y into rt/2.6.33Thomas Gleixner
2010-05-26nilfs2: fix sync silent failureRyusuke Konishi
2010-05-26CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells
2010-05-26Btrfs: check for read permission on src file in the clone ioctlDan Rosenberg
2010-05-26inotify: don't leak user struct on inotify releasePavel Emelyanov
2010-05-26inotify: race use after free/double free in inotify inode marksEric Paris
2010-05-26cifs: guard against hardlinking directoriesJeff Layton
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-20fs: namespace: Fix fuse mount falloutjohn stultz
2010-05-13fs: Resolve mntput_no_expire issues.john stultz
2010-05-13fs: Fix mnt_count typojohn stultz
2010-05-13Merge branch '2.6.33.4' into rt/2.6.33Thomas Gleixner
2010-05-12xfs: add a shrinker to background inode reclaimDave Chinner
2010-05-12jfs: fix diAllocExt error in resizing filesystemBill Pemberton
2010-05-12ext4: correctly calculate number of blocks for fiemapLeonard Michlmayr
2010-05-12NFS: rsize and wsize settings ignored on v4 mountsChuck Lever
2010-05-12nfs d_revalidate() is too trigger-happy with d_drop()Al Viro
2010-05-12ocfs2_dlmfs: Fix math error when reading LVB.Joel Becker
2010-05-12ocfs2: Compute metaecc for superblocks during online resize.Joel Becker
2010-05-12ocfs2: potential ERR_PTR dereference on error pathsDan Carpenter
2010-05-12ocfs2: Update VFS inode's id info after reflink.Tao Ma
2010-05-12nfsd4: bug in read_bufNeil Brown
2010-05-12procfs: fix tid fdinfoJerome Marchand
2010-05-12reiserfs: fix corruption during shrinking of xattrsJeff Mahoney
2010-05-12reiserfs: fix permissions on .reiserfs_privJeff Mahoney
2010-05-11autofs4: Remove another autofs4_lock deadlockJohn Stultz
2010-05-10autofs: Remove deadlockjohn stultz
2010-05-02fs: Add missing paranthesesOlaf Hering
2010-05-02fs: Prevent dput raceThomas Gleixner
2010-04-30fs: Use s_inodes not s_files for inode listsThomas Gleixner
2010-04-29fs: Fix namespace related hangsJohn Stultz
2010-04-29xfs: Make i_count access non-atomicJohn Stultz
2010-04-28fs: Fix d_count falloutThomas Gleixner
2010-04-28fs: namespace: Fix MNT_MOUNTED handling for cloned rootfsJohn Stultz
2010-04-28fs: namespace: Make put_mnt_ns rt awareThomas Gleixner
2010-04-28fs: namespace: Fix potential deadlockJohn Stultz
2010-04-27Fixup some compilation warnings and errorsJohn Stultz
2010-04-27Remove j_state_lock usage in jbd2_journal_stop()tytso@mit.edu
2010-04-27Revert Nick's fs-scale-pseudoJohn Stultz
2010-04-27Call synchronize_rcpu in unregister_filesystemJohn Stultz
2010-04-27Make sure MNT_MOUNTED isn't cleared on remountJohn Stultz
2010-04-27Revert d_count back to an atomic_tJohn Stultz
2010-04-27Fixup get_cpu_var holds over spinlock() calls.John Stultz
2010-04-27Fix inc/dec_mnt_count for -rtJohn Stultz
2010-04-27Fix vfsmount_read_lock to work with -rtJohn Stultz
2010-04-27Fixup rt hack for mnt_want_writeJohn Stultz
2010-04-27Fix MNT_MOUNTED WARN_ONJohn Stultz