summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-12-13ovl: mount: change order of initializationMiklos Szeredi-38/+32
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi-2/+2
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi-1/+7
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi-56/+50
2014-12-13ovl: multi-layer lookupMiklos Szeredi-49/+94
2014-12-13ovl: multi-layer readdirMiklos Szeredi-22/+24
2014-12-13ovl: helper to iterate layersMiklos Szeredi-0/+22
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi-34/+64
2014-12-13ovl: dont replace opaque dirMiklos Szeredi-1/+1
2014-12-13ovl: make path-type a bitmapMiklos Szeredi-36/+41
2014-12-13ovl: check whiteout while reading directoryMiklos Szeredi-49/+28
2014-12-12reiserfs: destroy allocated commit workqueueJiri Slaby-0/+3
2014-12-12Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+33
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-641/+2739
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-12-12Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-1/+7
2014-12-12Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1835/+1467
2014-12-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-520/+527
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba-8/+8
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba-23/+35
2014-12-12btrfs: use GFP_NOFS in __alloc_extent_buffer directlyDavid Sterba-5/+5
2014-12-12btrfs: sink blocksize parameter to tree_block_processedDavid Sterba-4/+5
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba-12/+17
2014-12-12btrfs: sink blocksize parameter to btrfs_init_new_bufferDavid Sterba-5/+4
2014-12-12btrfs: sink blocksize parameter to reada_tree_block_flaggedDavid Sterba-4/+4
2014-12-12btrfs: remove blocksize from reada_extentDavid Sterba-9/+6
2014-12-12btrfs: sink blocksize parameter to readahead_tree_blockDavid Sterba-11/+8
2014-12-12fuse: use file_inode() in fuse_file_fallocate()Miklos Szeredi-1/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi-464/+348
2014-12-12fuse: reduce max out argsMiklos Szeredi-1/+1
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi-39/+7
2014-12-12fuse: flush requests on umountMiklos Szeredi-18/+2
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi-1/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-62/+179
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman-0/+53
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-11/+9
2014-12-11pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren-11/+33
2014-12-11pstore-ram: Fix hangs by using write-combine mappingsRob Herring-2/+2
2014-12-11coda_venus_readdir(): use file_inode()Al Viro-3/+1
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro-21/+6
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro-4/+4
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro-17/+13
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro-14/+13
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds-397/+648
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro-3/+8
2014-12-10make nameidata completely opaque outside of fs/namei.cAl Viro-0/+24
2014-12-10Merge branch 'nsfs' into for-nextAl Viro-180/+207
2014-12-10kill proc_ns completelyAl Viro-11/+5
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro-148/+186
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov-0/+3