summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov
2019-01-04exec: load_script: don't blindly truncate shebang stringOleg Nesterov
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Carmeli Tamir
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir
2019-01-04fat: remove FAT_FIRST_ENT macroCarmeli Tamir
2019-01-04hfsplus: return file attributes on statxErnesto A. Fernández
2019-01-04autofs: add strictexpire mount optionIan Kent
2019-01-04autofs: change catatonic setting to a bit flagIan Kent
2019-01-04autofs: simplify parse_options() function callIan Kent
2019-01-04autofs: improve ioctl sbi checksIan Kent
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso
2019-01-04fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso
2019-01-04fs/epoll: robustify ep->mtx held checksDavidlohr Bueso
2019-01-04fs/epoll: drop ovflist branch predictionDavidlohr Bueso
2019-01-04fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso
2019-01-04fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso
2019-01-04fs/proc/base.c: slightly faster /proc/*/limitsAlexey Dobriyan
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan
2019-01-04fs/proc/util.c: include fs/proc/internal.h for name_to_int()Eric Biggers
2019-01-04fs/proc/base.c: use ns_capable instead of capable for timerslack_nsBenjamin Gordon
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan
2019-01-02NFS: remove unnecessary test for IS_ERR(cred)NeilBrown
2019-01-02NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia
2019-01-02NFS: Fix NFSv4 symbolic trace point outputChuck Lever
2019-01-02NFS: Make "port=" mount option optional for RDMA mountsChuck Lever
2018-12-31Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2018-12-31Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin
2018-12-31cifs: update internal module version numberSteve French
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-28Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-28blkdev: avoid migration stalls for blkdev pagesJan Kara
2018-12-28userfaultfd: clear flag if remap event not enabledPeter Xu
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko