summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+40Star
| * exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-53/+52Star
| * 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/+9Star
| * 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/+6Star
| * 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/+1Star
| * fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers2019-01-041-0/+1
| * fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon2019-01-041-3/+9
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-0412-32/+26Star
* | Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2019-01-031-1/+1
|\ \ | |/ |/|
| * locks: fix error in locks_move_blocks()NeilBrown2019-01-031-1/+1
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-0330-531/+660
|\ \
| * | sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-023-7/+10
| * | NFS: remove unnecessary test for IS_ERR(cred)NeilBrown2019-01-021-5/+0Star
| * | NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia2019-01-021-1/+1
| * | NFS: Fix NFSv4 symbolic trace point outputChuck Lever2019-01-021-143/+313
| * | NFS: Make "port=" mount option optional for RDMA mountsChuck Lever2019-01-021-2/+8
| * | NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2018-12-211-2/+1Star
| * | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-1926-307/+237Star
| * | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-194-17/+33
| * | NFS: change access cache to use 'struct cred'.NeilBrown2018-12-193-30/+39
| * | NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-3/+23
| * | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-194-42/+11Star
| * | NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-194-25/+16Star
| * | NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-192-8/+14
| * | SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-192-10/+10
| * | SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1Star
| * | SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-192-1/+29
| * | nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov2018-12-191-1/+1
| * | NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia2018-12-191-1/+0Star
* | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0312-69/+57Star
|\ \ \
| * | | nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-311-1/+1