summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-031-6/+5
* fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-031-10/+8
* jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko2017-05-031-0/+9
* jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-031-0/+12
* xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2017-05-032-10/+10
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-1/+1
* xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-035-13/+13
* proc: show MADV_FREE pages info in smapsShaohua Li2017-05-031-1/+7
* fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang2017-05-031-1/+1
* ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-05-031-4/+4
* fs/ocfs2/cluster: use setup_timerGeliang Tang2017-05-031-3/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-10/+10
|\
| * Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-04-191-10/+10
| |\
| | * fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley2017-03-291-10/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \ \
| * | | Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-281-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-0/+15
|\ \ \ \
| * | | | livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-081-0/+15
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-026-14/+110
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-263-16/+25
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-213-1/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-204-9/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1537-237/+523
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-061-6/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-6/+6
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0628-265/+282
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-283-0/+3
| * | | | | | | | | epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-241-0/+93
| * | | | | | | | | net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-8/+8
* | | | | | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-0211-1200/+1136
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fs/compat.c: trim unused includesAl Viro2017-04-171-31/+0
| * | | | | | | | | | move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2017-04-172-76/+75
| * | | | | | | | | | fhandle: move compat syscalls from compat.cAl Viro2017-04-173-14/+13
| * | | | | | | | | | open: move compat syscalls from compat.cAl Viro2017-04-172-18/+20
| * | | | | | | | | | stat: move compat syscalls from compat.cAl Viro2017-04-172-83/+86
| * | | | | | | | | | fcntl: move compat syscalls from compat.cAl Viro2017-04-172-154/+157
| * | | | | | | | | | readdir: move compat syscalls from compat.cAl Viro2017-04-172-162/+165
| * | | | | | | | | | statfs: move compat syscalls from compat.cAl Viro2017-04-172-138/+140
| * | | | | | | | | | utimes: move compat syscalls from compat.cAl Viro2017-04-172-63/+61
| * | | | | | | | | | move compat select-related syscalls to fs/select.cAl Viro2017-04-172-370/+419
| * | | | | | | | | | Remove compat_sys_getdents64()Al Viro2017-04-171-91/+0
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-9/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro2016-12-261-4/+3
| * | | | | | | | | | splice/tee/vmsplice: validate flagsAl Viro2016-12-261-0/+8
| * | | | | | | | | | remove spd_release_page()Al Viro2016-12-261-5/+0
* | | | | | | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-2/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | orangefs: use iov_iter_revert()Al Viro2017-04-211-2/+1
* | | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-05-025-53/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cifs: don't check for failure from mempool_alloc()NeilBrown2017-04-283-44/+32
| * | | | | | | | | | | | Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2