summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh
2015-05-19Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-18Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris
2015-05-16Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-05-16Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-16Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-15Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-15turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro
2015-05-15namei: move saved_nd pointer into struct nameidataAl Viro
2015-05-15inline user_path_create()Al Viro
2015-05-15inline user_path_parent()Al Viro
2015-05-15namei: trim do_last() argumentsAl Viro
2015-05-15namei: stash dfd and name into nameidataAl Viro
2015-05-15namei: fold path_cleanup() into terminate_walk()Al Viro
2015-05-15namei: saner calling conventions for filename_parentat()Al Viro
2015-05-15namei: saner calling conventions for filename_create()Al Viro
2015-05-15namei: shift nameidata down into filename_parentat()Al Viro
2015-05-15namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro
2015-05-15namei: shift nameidata inside filename_lookup()Al Viro
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-14kernfs: 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