summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-05-15namei: move putname() call into filename_lookup()Al Viro
2015-05-15namei: pass the struct path to store the result down into path_lookupat()Al Viro
2015-05-15namei: uninline set_root{,_rcu}()Al Viro
2015-05-15namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-15namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro
2015-05-15namei: handle absolute symlinks without dropping out of RCU modeAl Viro
2015-05-15enable passing fast relative symlinks without dropping out of RCU modeAl Viro
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown
2015-05-15namei: don't unlazy until get_link()Al Viro
2015-05-15namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_linkAl Viro
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o
2015-05-15kernfs: do not account ino_ida allocations to memcgVladimir Davydov
2015-05-14jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-05-14ext4: check for zero length extent explicitlyEryu Guan
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-05-14ext4: remove unused function prototype from ext4.hTheodore Ts'o
2015-05-14ext4: don't save the error information if the block device is read-onlyTheodore Ts'o
2015-05-14ext4: fix lazytime optimizationTheodore Ts'o
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi
2015-05-13nfs: take extra reference to fl->fl_file when running a setlkJeff Layton
2015-05-13nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0Chuck Lever
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-05-11Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana
2015-05-11Btrfs: fix race between block group creation and their cache writeoutFilipe Manana
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana
2015-05-11namei: store seq numbers in nd->stack[]Al Viro
2015-05-11new helper: __legitimize_mnt()Al Viro
2015-05-11namei: make may_follow_link() safe in RCU modeAl Viro
2015-05-11namei: make put_link() RCU-safeAl Viro
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown
2015-05-11namei: pick_link() callers already have inodeAl Viro
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells
2015-05-11namei: store inode in nd->stack[]Al Viro
2015-05-11namei: don't mangle nd->seq in lookup_fast()Al Viro
2015-05-11namei: explicitly pass seq number to unlazy_walk() when dentry != NULLAl Viro
2015-05-11link_path_walk: use explicit returns for failure exitsAl Viro
2015-05-11namei: lift terminate_walk() all the way upAl Viro
2015-05-11namei: lift link_path_walk() call out of trailing_symlink()Al Viro
2015-05-11namei: path_init() calling conventions changeAl Viro
2015-05-11namei: get rid of nameidata->baseAl Viro
2015-05-11namei: split off filename_lookupat() with LOOKUP_PARENTAl Viro
2015-05-11namei: may_follow_link() - lift terminate_walk() on failures into callerAl Viro
2015-05-11namei: take increment of nd->depth into pick_link()Al Viro
2015-05-11namei: kill nd->linkAl Viro
2015-05-11may_follow_link(): trim argumentsAl Viro