aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Gravatar Linus Torvalds 1-0/+3
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2010-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 4-50/+109
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 7-41/+125
2010-01-20compat_ioctl: Supress "unknown cmd" message on serial /dev/consoleGravatar Atsushi Nemoto 1-0/+3
2010-01-19ecryptfs: use after freeGravatar Dan Carpenter 1-2/+2
2010-01-19ecryptfs: Eliminate useless codeGravatar Julia Lawall 1-1/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsGravatar Erez Zadok 1-2/+2
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereGravatar Erez Zadok 1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkGravatar Erez Zadok 1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameGravatar Erez Zadok 1-1/+12
2010-01-19ecryptfs: initialize private persistent file before dereferencing pointerGravatar Erez Zadok 1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsGravatar Tyler Hicks 1-1/+0
2010-01-19eCryptfs: Add getattr functionGravatar Tyler Hicks 1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesGravatar Tyler Hicks 1-32/+67
2010-01-19fs/bio.c: fix shadows sparse warningGravatar Thiago Farina 1-1/+1
2010-01-18Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 8-130/+201
2010-01-17Btrfs: fix possible panic on unmountGravatar Josef Bacik 1-13/+19
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclGravatar Chris Mason 1-5/+7
2010-01-17Btrfs: fix regression in orphan cleanupGravatar Josef Bacik 1-0/+6
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenGravatar Yan, Zheng 1-20/+80
2010-01-17Btrfs, fix memory leaks in error pathsGravatar Jiri Slaby 2-2/+6
2010-01-17Btrfs: align offsets for btrfs_ordered_update_i_sizeGravatar Yan, Zheng 1-0/+2
2010-01-17btrfs: fix missing last-entry in readdir(3)Gravatar Jan Engelhardt 1-1/+5
2010-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-77/+51
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsGravatar David Howells 1-30/+1
2010-01-16nommu: fix race between ramfs truncation and shared mmapGravatar David Howells 1-1/+6
2010-01-16do_add_mount() should sanitize mnt_flagsGravatar Al Viro 1-0/+2
2010-01-16CIFS shouldn't make mountpoints shrinkableGravatar Al Viro 1-2/+1
2010-01-16mnt_flags fixes in do_remount()Gravatar Al Viro 1-1/+5
2010-01-16attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Gravatar Al Viro 1-2/+2
2010-01-16may_umount() needs namespace_semGravatar Al Viro 1-0/+2
2010-01-15inotify: only warn once for inotify problemsGravatar Eric Paris 1-1/+1
2010-01-15inotify: do not reuse watch descriptorsGravatar Eric Paris 1-2/+2
2010-01-15xfs: xfs_swap_extents needs to handle dynamic fork offsetsGravatar Dave Chinner 1-16/+90
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeGravatar Dave Chinner 1-0/+2
2010-01-15xfs: fix stale inode flush avoidanceGravatar Dave Chinner 1-6/+15
2010-01-15xfs: Remove inode iolock held check during allocationGravatar Dave Chinner 1-1/+0
2010-01-15xfs: reclaim all inodes by background tree walksGravatar Dave Chinner 1-8/+6
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheGravatar Dave Chinner 1-13/+18
2010-01-15xfs: reclaim inodes under a write lockGravatar Dave Chinner 3-87/+71
2010-01-14Fix configfs leakGravatar Al Viro 1-1/+3
2010-01-14Fix the -ESTALE handling in do_filp_open()Gravatar Al Viro 1-11/+9
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathGravatar OGAWA Hirofumi 1-12/+12
2010-01-14Fix ACC_MODE() for realGravatar Al Viro 1-1/+1
2010-01-14hppfs: handle ->put_link()Gravatar Al Viro 1-6/+12
2010-01-14Kill 9p readlink()Gravatar Al Viro 1-40/+1
2010-01-14fix autofs/afs/etc. magic mountpoint breakageGravatar Al Viro 2-1/+1
2010-01-13Merge branch 'fasync-helper'Gravatar Linus Torvalds 1-36/+66
2010-01-12lib: Introduce generic list_sort functionGravatar Dave Chinner 1-95/+1