summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2018-04-0514-159/+219
|\ \ \ \ \
| * | | | | reiserfs: Remove VLA from fs/reiserfs/reiserfs.hKyle Spiers2018-03-091-1/+1
| * | | | | udf: fix potential refcnt problem of nls moduleChengguang Xu2018-03-021-5/+10
| * | | | | ext2: change return code to -ENOMEM when failing memory allocationChengguang Xu2018-03-021-2/+2
| * | | | | udf: Do not mark possibly inconsistent filesystems as closedJan Kara2018-03-022-2/+7
| * | | | | fsnotify: Let userspace know about lost events due to ENOMEMJan Kara2018-02-273-3/+17
| * | | | | fanotify: Avoid lost events due to ENOMEM for unlimited queuesJan Kara2018-02-273-7/+17
| * | | | | udf: Remove never implemented mount optionsJan Kara2018-02-271-27/+1
| * | | | | udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
| * | | | | udf: Clean up handling of invalid uid/gidJan Kara2018-02-272-8/+15
| * | | | | udf: Apply uid/gid mount options also to new inodes & chownJan Kara2018-02-272-0/+14
| * | | | | udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-273-18/+8
| * | | | | udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
| * | | | | udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19
| * | | | | udf: Convert descriptor index definitions to enumJan Kara2018-02-161-8/+9
| * | | | | udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara2018-02-161-6/+2
| * | | | | udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16
| * | | | | udf: Fix off-by-one in volume descriptor sequence lengthJan Kara2018-02-161-3/+3
| * | | | | inotify: Extend ioctl to allow to request id of new watch descriptorKirill Tkhai2018-02-141-0/+14
| |/ / / /
* | | | | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-0517-338/+400
|\ \ \ \ \
| * | | | | nfsd: fix incorrect umasksJ. Bruce Fields2018-04-033-7/+15
| * | | | | NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-037-65/+63
| * | | | | NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-036-30/+21
| * | | | | nfsd: Trace NFSv4 COMPOUND executionChuck Lever2018-04-032-6/+42
| * | | | | nfsd: Add I/O trace points in the NFSv4 read procChuck Lever2018-04-035-25/+39
| * | | | | nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever2018-04-033-13/+50
| * | | | | nfsd: Add "nfsd_" to trace point namesChuck Lever2018-04-034-20/+20
| * | | | | nfsd: Record request byte count, not count of vectorsChuck Lever2018-04-032-18/+13
| * | | | | nfsd: Fix NFSD trace pointsChuck Lever2018-04-031-6/+11
| * | | | | nfsd: use correct enum type in decode_cb_op_statusStefan Agner2018-04-031-2/+2
| * | | | | nfsd: fix boolreturn.cocci warningsFengguang Wu2018-04-031-3/+3
| * | | | | nfsd: create a separate lease for each delegationJ. Bruce Fields2018-03-201-108/+65
| * | | | | nfsd: move sc_file assignment into alloc_init_delegJ. Bruce Fields2018-03-201-5/+5
| * | | | | nfsd: factor out common delegation-destruction codeJ. Bruce Fields2018-03-201-17/+14
| * | | | | nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields2018-03-201-14/+9
| * | | | | nfsd4: dp->dl_stid.sc_file doesn't need lockingJ. Bruce Fields2018-03-201-1/+2
| * | | | | nfsd4: set fl_owner to delegation, not file pointerJ. Bruce Fields2018-03-201-10/+7
| * | | | | nfsd: simplify nfs4_put_deleg_lease callsJ. Bruce Fields2018-03-201-5/+6
| * | | | | nfsd: simplify put of fi_deleg_fileJ. Bruce Fields2018-03-201-1/+4
| * | | | | nfsd: move nfs4_client allocation to dedicated slabcacheJeff Layton2018-03-191-5/+13
| * | | | | nfsd: don't require low ports for gss requestsJ. Bruce Fields2018-03-191-1/+11
| * | | | | nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields2018-03-193-4/+2
| * | | | | lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King2018-03-191-2/+2
| * | | | | nfsd4: send the special close_stateid in v4.0 replies as wellJeff Layton2018-03-191-4/+15
* | | | | | Merge tag 'f2fs-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-04-0517-375/+980
|\ \ \ \ \ \
| * | | | | | f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-032-0/+19
| * | | | | | f2fs: make assignment of t->dentry_bitmap more readableYunlong Song2018-04-021-1/+1
| * | | | | | f2fs: truncate preallocated blocks in error caseJaegeuk Kim2018-04-021-0/+9
| * | | | | | f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng2018-04-021-1/+1
| * | | | | | f2fs: reserve bits for fs-verityEric Biggers2018-03-281-0/+2
OpenPOWER on IntegriCloud