summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-055-128/+153
|\
| * ceph: don't encode inode pathes into reconnect messageYan, Zheng2018-12-261-45/+49
| * ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-263-33/+58
| * ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng2018-12-261-10/+17
| * ceph: don't request excl caps when mount is readonlyYan, Zheng2018-12-261-2/+5
| * ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2018-12-261-1/+0
| * ceph: remove redundant assignmentChengguang Xu2018-12-261-1/+0
| * ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-058-174/+166
|\ \
| * | mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNTAl Viro2018-12-211-1/+1
| * | LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-7/+2
| * | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-215-22/+17
| * | nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro2018-12-211-2/+4
| * | btrfs: sanitize security_mnt_opts useAl Viro2018-12-212-58/+9
| * | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-1/+7
| * | new helper: security_sb_eat_lsm_opts()Al Viro2018-12-214-49/+5
| * | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-1/+18
| * | LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-8/+16
| * | vfs: Separate changing mount flags full remountDavid Howells2018-12-201-54/+92
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-203-0/+3
| * | exofs_mount(): fix leaks on failure exitsAl Viro2018-12-171-8/+29
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-052-2/+2
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'misc.misc' and 'work.iov_iter' into for-linusAl Viro2019-01-043-2/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+1
| * | | | VFS: use synchronize_rcu_expedited() in namespace_unlock()NeilBrown2018-11-291-1/+1
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0536-313/+399
|\ \ \ \
| * | | | fs: don't open code lru_to_page()Nikolay Borisov2019-01-047-11/+12
| * | | | fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-045-6/+6
| * | | | bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-044-42/+40
| * | | | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-53/+52
| * | | | exec: load_script: don't blindly truncate shebang stringOleg Nesterov2019-01-041-3/+7
| * | | | fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir2019-01-046-22/+39
| * | | | fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-042-1/+10
| * | | | fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-4/+8
| * | | | hfsplus: return file attributes on statxErnesto A. Fernández2019-01-043-0/+24
| * | | | autofs: add strictexpire mount optionIan Kent2019-01-043-2/+12
| * | | | autofs: change catatonic setting to a bit flagIan Kent2019-01-045-16/+20
| * | | | autofs: simplify parse_options() function callIan Kent2019-01-041-26/+29
| * | | | autofs: improve ioctl sbi checksIan Kent2019-01-043-21/+9
| * | | | fs/epoll: deal with wait_queue only onceDavidlohr Bueso2019-01-041-11/+18
| * | | | fs/epoll: rename check_events label to send_eventsDavidlohr Bueso2019-01-041-3/+3
| * | | | fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso2019-01-041-2/+6
| * | | | fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso2019-01-041-54/+60
| * | | | fs/epoll: robustify ep->mtx held checksDavidlohr Bueso2019-01-041-0/+2
| * | | | fs/epoll: drop ovflist branch predictionDavidlohr Bueso2019-01-041-1/+1
| * | | | fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso2019-01-041-36/+37
| * | | | fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso2019-01-041-8/+6
| * | | | fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan2019-01-041-2/+4
| * | | | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-041-3/+1
| * | | | fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-041-0/+1