summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-15namei: uninline set_root{,_rcu}()Al Viro1-2/+2
2015-05-15namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro1-30/+21
2015-05-15get rid of assorted nameidata-related debrisAl Viro4-7/+4
2015-05-15namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro1-7/+4
2015-05-15namei: handle absolute symlinks without dropping out of RCU modeAl Viro1-11/+20
2015-05-15enable passing fast relative symlinks without dropping out of RCU modeAl Viro1-5/+8
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown2-12/+30
2015-05-15namei: don't unlazy until get_link()Al Viro1-11/+26
2015-05-15namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_linkAl Viro1-38/+100
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o1-0/+8
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-05-14jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-05-14ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o1-1/+0
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o1-0/+2
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o1-1/+1
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi1-5/+19
2015-05-13nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-05-13nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0Chuck Lever1-5/+8
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller1-0/+3
2015-05-11Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-85/+212
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana1-0/+19
2015-05-11Btrfs: fix race between block group creation and their cache writeoutFilipe Manana1-4/+27
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana1-4/+10
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana1-2/+12
2015-05-11namei: store seq numbers in nd->stack[]Al Viro1-0/+2
2015-05-11new helper: __legitimize_mnt()Al Viro2-8/+20
2015-05-11namei: make may_follow_link() safe in RCU modeAl Viro1-0/+3
2015-05-11namei: make put_link() RCU-safeAl Viro1-1/+2
2015-05-11new helper: free_page_put_link()Al Viro4-18/+9
2015-05-11switch ->put_link() from dentry to inodeAl Viro10-19/+20
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown1-2/+3
2015-05-11namei: pick_link() callers already have inodeAl Viro1-7/+11
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells2-6/+6
2015-05-11namei: store inode in nd->stack[]Al Viro1-3/+5
2015-05-11namei: don't mangle nd->seq in lookup_fast()Al Viro1-15/+23
2015-05-11namei: explicitly pass seq number to unlazy_walk() when dentry != NULLAl Viro1-7/+8
2015-05-11link_path_walk: use explicit returns for failure exitsAl Viro1-12/+7
2015-05-11namei: lift terminate_walk() all the way upAl Viro1-72/+34
2015-05-11namei: lift link_path_walk() call out of trailing_symlink()Al Viro1-27/+23
2015-05-11namei: path_init() calling conventions changeAl Viro1-34/+35
2015-05-11namei: get rid of nameidata->baseAl Viro1-8/+5
2015-05-10namei: split off filename_lookupat() with LOOKUP_PARENTAl Viro1-4/+33
2015-05-10namei: may_follow_link() - lift terminate_walk() on failures into callerAl Viro1-2/+3
2015-05-10namei: take increment of nd->depth into pick_link()Al Viro1-7/+4
2015-05-10namei: kill nd->linkAl Viro1-10/+8
2015-05-10may_follow_link(): trim argumentsAl Viro1-6/+5
2015-05-10namei: move bumping the refcount of link->mnt into pick_link()Al Viro1-5/+4
2015-05-10namei: fold put_link() into the failure case of complete_walk()Al Viro1-23/+6