Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | mount_fs: suppress MAC on MS_SUBMOUNT as well as MS_KERNMOUNT | Al Viro | 2018-12-21 | 1 | -1/+1 | |
| * | | | | | | | LSM: new method: ->sb_add_mnt_opt() | Al Viro | 2018-12-21 | 1 | -7/+2 | |
| * | | | | | | | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 2018-12-21 | 5 | -22/+17 | |
| * | | | | | | | nfs_remount(): don't leak, don't ignore LSM options quietly | Al Viro | 2018-12-21 | 1 | -2/+4 | |
| * | | | | | | | btrfs: sanitize security_mnt_opts use | Al Viro | 2018-12-21 | 2 | -58/+9 | |
| * | | | | | | | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 2018-12-21 | 1 | -1/+7 | |
| * | | | | | | | new helper: security_sb_eat_lsm_opts() | Al Viro | 2018-12-21 | 4 | -49/+5 | |
| * | | | | | | | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 2018-12-21 | 1 | -1/+18 | |
| * | | | | | | | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 2018-12-21 | 1 | -8/+16 | |
| * | | | | | | | vfs: Separate changing mount flags full remount | David Howells | 2018-12-20 | 1 | -54/+92 | |
| * | | | | | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 3 | -0/+3 | |
| * | | | | | | | exofs_mount(): fix leaks on failure exits | Al Viro | 2018-12-17 | 1 | -8/+29 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-01-05 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge branches 'misc.misc' and 'work.iov_iter' into for-linus | Al Viro | 2019-01-04 | 3 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | exec: make prepare_bprm_creds static | Chanho Min | 2018-12-10 | 1 | -1/+1 | |
| * | | | | | | | | | VFS: use synchronize_rcu_expedited() in namespace_unlock() | NeilBrown | 2018-11-29 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 36 | -313/+399 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fs: don't open code lru_to_page() | Nikolay Borisov | 2019-01-04 | 7 | -11/+12 | |
| * | | | | | | | | | fs/: remove caller signal_pending branch predictions | Davidlohr Bueso | 2019-01-04 | 5 | -6/+6 | |
| * | | | | | | | | | bfs: extra sanity checking and static inode bitmap | Tigran Aivazian | 2019-01-04 | 4 | -42/+40 | |
| * | | | | | | | | | exec: separate MM_ANONPAGES and RLIMIT_STACK accounting | Oleg Nesterov | 2019-01-04 | 1 | -53/+52 | |
| * | | | | | | | | | exec: load_script: don't blindly truncate shebang string | Oleg Nesterov | 2019-01-04 | 1 | -3/+7 | |
| * | | | | | | | | | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir | 2019-01-04 | 6 | -22/+39 | |
| * | | | | | | | | | fat: move MAX_FAT to fat.h and change it to inline function | Carmeli Tamir | 2019-01-04 | 2 | -1/+10 | |
| * | | | | | | | | | fat: remove FAT_FIRST_ENT macro | Carmeli Tamir | 2019-01-04 | 1 | -4/+8 | |
| * | | | | | | | | | hfsplus: return file attributes on statx | Ernesto A. Fernández | 2019-01-04 | 3 | -0/+24 | |
| * | | | | | | | | | autofs: add strictexpire mount option | Ian Kent | 2019-01-04 | 3 | -2/+12 | |
| * | | | | | | | | | autofs: change catatonic setting to a bit flag | Ian Kent | 2019-01-04 | 5 | -16/+20 | |
| * | | | | | | | | | autofs: simplify parse_options() function call | Ian Kent | 2019-01-04 | 1 | -26/+29 | |
| * | | | | | | | | | autofs: improve ioctl sbi checks | Ian Kent | 2019-01-04 | 3 | -21/+9 | |
| * | | | | | | | | | fs/epoll: deal with wait_queue only once | Davidlohr Bueso | 2019-01-04 | 1 | -11/+18 | |
| * | | | | | | | | | fs/epoll: rename check_events label to send_events | Davidlohr Bueso | 2019-01-04 | 1 | -3/+3 | |
| * | | | | | | | | | fs/epoll: avoid barrier after an epoll_wait(2) timeout | Davidlohr Bueso | 2019-01-04 | 1 | -2/+6 | |
| * | | | | | | | | | fs/epoll: reduce the scope of wq lock in epoll_wait() | Davidlohr Bueso | 2019-01-04 | 1 | -54/+60 | |
| * | | | | | | | | | fs/epoll: robustify ep->mtx held checks | Davidlohr Bueso | 2019-01-04 | 1 | -0/+2 | |
| * | | | | | | | | | fs/epoll: drop ovflist branch prediction | Davidlohr Bueso | 2019-01-04 | 1 | -1/+1 | |
| * | | | | | | | | | fs/epoll: simplify ep_send_events_proc() ready-list loop | Davidlohr Bueso | 2019-01-04 | 1 | -36/+37 | |
| * | | | | | | | | | fs/epoll: remove max_nests argument from ep_call_nested() | Davidlohr Bueso | 2019-01-04 | 1 | -8/+6 | |
| * | | | | | | | | | fs/proc/base.c: slightly faster /proc/*/limits | Alexey Dobriyan | 2019-01-04 | 1 | -2/+4 | |
| * | | | | | | | | | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() | Alexey Dobriyan | 2019-01-04 | 1 | -3/+1 | |
| * | | | | | | | | | fs/proc/util.c: include fs/proc/internal.h for name_to_int() | Eric Biggers | 2019-01-04 | 1 | -0/+1 | |
| * | | | | | | | | | fs/proc/base.c: use ns_capable instead of capable for timerslack_ns | Benjamin Gordon | 2019-01-04 | 1 | -3/+9 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 12 | -32/+26 | |
* | | | | | | | | | Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2019-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | locks: fix error in locks_move_blocks() | NeilBrown | 2019-01-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-01-02 | 30 | -531/+660 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan | 2019-01-02 | 3 | -7/+10 | |
| * | | | | | | | | | NFS: remove unnecessary test for IS_ERR(cred) | NeilBrown | 2019-01-02 | 1 | -5/+0 | |
| * | | | | | | | | | NFSv4.2 fix async copy reboot recovery | Olga Kornievskaia | 2019-01-02 | 1 | -1/+1 | |
| * | | | | | | | | | NFS: Fix NFSv4 symbolic trace point output | Chuck Lever | 2019-01-02 | 1 | -143/+313 |