Age | Commit message (Expand) | Author |
2019-01-04 | bfs: extra sanity checking and static inode bitmap | Tigran Aivazian |
2019-01-04 | exec: separate MM_ANONPAGES and RLIMIT_STACK accounting | Oleg Nesterov |
2019-01-04 | exec: load_script: don't blindly truncate shebang string | Oleg Nesterov |
2019-01-04 | fat: new inline functions to determine the FAT variant (32, 16 or 12) | Carmeli Tamir |
2019-01-04 | fat: move MAX_FAT to fat.h and change it to inline function | Carmeli Tamir |
2019-01-04 | fat: remove FAT_FIRST_ENT macro | Carmeli Tamir |
2019-01-04 | hfsplus: return file attributes on statx | Ernesto A. Fernández |
2019-01-04 | autofs: add strictexpire mount option | Ian Kent |
2019-01-04 | autofs: change catatonic setting to a bit flag | Ian Kent |
2019-01-04 | autofs: simplify parse_options() function call | Ian Kent |
2019-01-04 | autofs: improve ioctl sbi checks | Ian Kent |
2019-01-04 | fs/epoll: deal with wait_queue only once | Davidlohr Bueso |
2019-01-04 | fs/epoll: rename check_events label to send_events | Davidlohr Bueso |
2019-01-04 | fs/epoll: avoid barrier after an epoll_wait(2) timeout | Davidlohr Bueso |
2019-01-04 | fs/epoll: reduce the scope of wq lock in epoll_wait() | Davidlohr Bueso |
2019-01-04 | fs/epoll: robustify ep->mtx held checks | Davidlohr Bueso |
2019-01-04 | fs/epoll: drop ovflist branch prediction | Davidlohr Bueso |
2019-01-04 | fs/epoll: simplify ep_send_events_proc() ready-list loop | Davidlohr Bueso |
2019-01-04 | fs/epoll: remove max_nests argument from ep_call_nested() | Davidlohr Bueso |
2019-01-04 | fs/proc/base.c: slightly faster /proc/*/limits | Alexey Dobriyan |
2019-01-04 | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() | Alexey Dobriyan |
2019-01-04 | fs/proc/util.c: include fs/proc/internal.h for name_to_int() | Eric Biggers |
2019-01-04 | fs/proc/base.c: use ns_capable instead of capable for timerslack_ns | Benjamin Gordon |
2019-01-02 | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2019-01-02 | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-01-02 | Merge tag '4.21-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2019-01-02 | block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) | Linus Torvalds |
2019-01-02 | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan |
2019-01-02 | NFS: remove unnecessary test for IS_ERR(cred) | NeilBrown |
2019-01-02 | NFSv4.2 fix async copy reboot recovery | Olga Kornievskaia |
2019-01-02 | NFS: Fix NFSv4 symbolic trace point output | Chuck Lever |
2019-01-02 | NFS: Make "port=" mount option optional for RDMA mounts | Chuck Lever |
2018-12-31 | Merge tag 'dax-fix-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd... | Linus Torvalds |
2018-12-31 | Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2018-12-31 | nfs: fixed broken compilation in nfs_callback_up_net() | Vasily Averin |
2018-12-31 | cifs: update internal module version number | Steve French |
2018-12-31 | cifs: we can not use small padding iovs together with encryption | Ronnie Sahlberg |
2018-12-28 | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-12-28 | Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-12-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2018-12-28 | Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-12-28 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-12-28 | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel... | Linus Torvalds |
2018-12-28 | hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race | Mike Kravetz |
2018-12-28 | mm: migrate: drop unused argument of migrate_page_move_mapping() | Jan Kara |
2018-12-28 | blkdev: avoid migration stalls for blkdev pages | Jan Kara |
2018-12-28 | userfaultfd: clear flag if remap event not enabled | Peter Xu |
2018-12-28 | mm, proc: report PR_SET_THP_DISABLE in proc | Michal Hocko |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko |