aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-01-26fnctl: f_modown should call write_lock_irqsave/restoreGreg Kroah-Hartman
2010-01-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-01-25eventfd - allow atomic read and waitqueue removeDavide Libenzi
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleAtsushi Nemoto
2010-01-19ecryptfs: use after freeDan Carpenter
2010-01-19ecryptfs: Eliminate useless codeJulia Lawall
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok
2010-01-19eCryptfs: Remove mmap from directory operationsTyler Hicks
2010-01-19eCryptfs: Add getattr functionTyler Hicks
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks
2010-01-19fs/bio.c: fix shadows sparse warningThiago Farina
2010-01-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-01-17Btrfs: fix possible panic on unmountJosef Bacik
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason
2010-01-17Btrfs: fix regression in orphan cleanupJosef Bacik
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenYan, Zheng
2010-01-17Btrfs, fix memory leaks in error pathsJiri Slaby
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeYan, Zheng
2010-01-17btrfs: fix missing last-entry in readdir(3)Jan Engelhardt
2010-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells
2010-01-16nommu: fix race between ramfs truncation and shared mmapDavid Howells
2010-01-16do_add_mount() should sanitize mnt_flagsAl Viro
2010-01-16CIFS shouldn't make mountpoints shrinkableAl Viro
2010-01-16mnt_flags fixes in do_remount()Al Viro
2010-01-16attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Al Viro
2010-01-16may_umount() needs namespace_semAl Viro
2010-01-15inotify: only warn once for inotify problemsEric Paris
2010-01-15inotify: do not reuse watch descriptorsEric Paris
2010-01-15xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner
2010-01-15xfs: Remove inode iolock held check during allocationDave Chinner
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner
2010-01-15xfs: reclaim inodes under a write lockDave Chinner
2010-01-15ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V
2010-01-25ext4: Fix quota accounting error with fallocateAneesh Kumar K.V
2010-01-22ext4: Handle -EDQUOT error on writeAneesh Kumar K.V
2010-01-14Fix configfs leakAl Viro
2010-01-14Fix the -ESTALE handling in do_filp_open()Al Viro
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi