aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-26Fix remount races with symlink handling in affsAl Viro4-8/+25
2010-01-26Fix a leak in affs_fill_super()Al Viro1-0/+2
2010-01-26fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman1-2/+4
2010-01-26NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust3-14/+33
2010-01-26NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust1-6/+2
2010-01-26NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust2-1/+7
2010-01-26NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust1-0/+19
2010-01-26NFS: Avoid warnings when CONFIG_NFS_V4=nDavid Howells1-0/+2
2010-01-26NFS: Make nfs_commitdata_release staticH Hartley Sweeten1-1/+1
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust1-0/+2
2010-01-26NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust1-0/+1
2010-01-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-35/+77
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi1-15/+74
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+3
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds4-50/+109
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds7-41/+125
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto1-0/+3
2010-01-19ecryptfs: use after freeDan Carpenter1-2/+2
2010-01-19ecryptfs: Eliminate useless codeJulia Lawall1-1/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok1-2/+2
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok1-1/+12
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsTyler Hicks1-1/+0
2010-01-19eCryptfs: Add getattr functionTyler Hicks1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2010-01-19fs/bio.c: fix shadows sparse warningThiago Farina1-1/+1
2010-01-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-130/+201
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik1-13/+19
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason1-5/+7
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik1-0/+6
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng1-20/+80
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby2-2/+6
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng1-0/+2
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt1-1/+5
2010-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds8-77/+51
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells1-30/+1
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells1-1/+6
2010-01-16do_add_mount() should sanitize mnt_flagsAl Viro1-0/+2
2010-01-16CIFS shouldn't make mountpoints shrinkableAl Viro1-2/+1
2010-01-16mnt_flags fixes in do_remount()Al Viro1-1/+5
2010-01-16attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Al Viro1-2/+2
2010-01-16may_umount() needs namespace_semAl Viro1-0/+2
2010-01-15inotify: only warn once for inotify problemsEric Paris1-1/+1
2010-01-15inotify: do not reuse watch descriptorsEric Paris1-2/+2
2010-01-15xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner1-16/+90
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner1-0/+2
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner1-6/+15