summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ceph: after an MDS request, do callback and completionsJeff Layton2019-05-071-2/+1Star
| * | | | ceph: use pathlen values returned by set_request_path_attrJeff Layton2019-05-071-2/+2
| * | | | ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-073-39/+36Star
| * | | | ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton2019-05-071-39/+3Star
| * | | | ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton2019-05-071-3/+5
| * | | | ceph: dump granular cap info in "caps" debugfs fileJeff Layton2019-05-071-2/+32
| * | | | ceph: make iterate_session_caps a public symbolJeff Layton2019-05-072-8/+12
| * | | | ceph: fix NULL pointer deref when debugging is enabledJeff Layton2019-05-071-1/+1
| * | | | ceph: properly handle granular statx requestsJeff Layton2019-05-071-28/+57
| * | | | ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton2019-05-071-3/+0Star
| * | | | ceph: snapshot nfs re-exportYan, Zheng2019-05-071-27/+323
| * | | | ceph: quota: fix quota subdir mountsLuis Henriques2019-05-074-10/+190
| * | | | ceph: factor out ceph_lookup_inode()Luis Henriques2019-05-072-2/+13
| * | | | ceph: remove duplicated filelock ref increaseZhi Zhang2019-05-071-13/+0Star
* | | | | Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2019-05-161-5/+12
|\ \ \ \ \
| * | | | | configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-05-081-5/+12
| |/ / / /
* | | | | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-1623-196/+818
|\ \ \ \ \
| * | | | | nfsd: update callback done processingScott Mayhew2019-05-033-6/+10
| * | | | | locks: move checks from locks_free_lock() to locks_release_private()NeilBrown2019-04-241-6/+6
| * | | | | nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields2019-04-241-3/+5
| * | | | | nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-04-241-1/+4
| * | | | | nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-246-32/+44
| * | | | | lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-244-15/+20
| * | | | | SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-245-19/+23
| * | | | | nfsd: Allow containers to set supported nfs versionsTrond Myklebust2019-04-245-61/+197
| * | | | | nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust2019-04-241-2/+46
| * | | | | SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-243-1/+4
| * | | | | SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-243-1/+5
| * | | | | SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-1/+1
| * | | | | nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew2019-04-241-4/+35
| * | | | | nfsd: re-order client tracking method selectionScott Mayhew2019-04-241-15/+65
| * | | | | nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew2019-04-244-1/+39
| * | | | | nfsd: un-deprecate nfsdcldScott Mayhew2019-04-241-8/+217
| * | | | | nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew2019-04-243-37/+110
| * | | | | nfsd: avoid uninitialized variable warningArnd Bergmann2019-04-241-0/+4
* | | | | | fs/block_dev.c: Remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | | | | | fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | | | | | fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta2019-05-151-1/+0Star
* | | | | | fs/eventfd.c: make eventfd_ida staticYueHaibing2019-05-151-1/+1
* | | | | | eventfd: present id to userspace via fdinfoMasatake YAMATO2019-05-151-0/+8
* | | | | | fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-151-1/+3
* | | | | | fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-05-151-3/+8
* | | | | | reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham2019-05-151-0/+9
* | | | | | binfmt_elf: move brk out of mmap when doing direct loader execKees Cook2019-05-151-0/+11
* | | | | | elf: init pt_regs pointer laterAlexey Dobriyan2019-05-151-1/+2
* | | | | | fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan2019-05-151-14/+16
* | | | | | fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan2019-05-151-8/+8
* | | | | | fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan2019-05-151-57/+54Star
* | | | | | fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan2019-05-151-4/+0Star
* | | | | | fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan2019-05-151-9/+11