summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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/ecr...Linus 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/vir...Linus 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
2010-01-15xfs: Remove inode iolock held check during allocationDave Chinner1-1/+0
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-01-15xfs: reclaim inodes under a write lockDave Chinner3-87/+71
2010-01-14Fix configfs leakAl Viro1-1/+3
2010-01-14Fix the -ESTALE handling in do_filp_open()Al Viro1-11/+9
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi1-12/+12
2010-01-14Fix ACC_MODE() for realAl Viro1-1/+1
2010-01-14hppfs: handle ->put_link()Al Viro1-6/+12
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro2-1/+1
2010-01-13Merge branch 'fasync-helper'Linus Torvalds1-36/+66
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-95/+1