- 2d19309 fs/select: add vmalloc fallback for select(2) by Vlastimil Babka · 8 years ago
- 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
- 0cc482e ocfs2: fix memory leak in dlm_migrate_request_handler() by Guozhonghua · 8 years ago
- 6b5e09a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 6763afe Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 8 years ago
- 8dfb790 Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- fed41f7 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- cd27e45 [btrfs] fix check_direct_IO() for non-iovec iterators by Al Viro · 8 years ago
- c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
- 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
- 73e8fb2 Merge branch 'work.const-qstr' into work.misc by Al Viro · 8 years ago
- 33e09f0 Merge branch 'work.iget' into work.misc by Al Viro · 8 years ago
- b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
- 855af07 mm, proc: fix region lost in /proc/self/smaps by Robert Ho · 8 years ago
- 4b2bd5f proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self by John Stultz · 8 years ago
- 904763e proc: add LSM hook checks to /proc/<tid>/timerslack_ns by John Stultz · 8 years ago
- 7abbaf9 proc: relax /proc/<tid>/timerslack_ns capability requirements by John Stultz · 8 years ago
- e16e2d8 meminfo: break apart a very long seq_printf with #ifdefs by Joe Perches · 8 years ago
- 75ba1d0 seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char by Joe Perches · 8 years ago
- f7a5f13 proc: faster /proc/*/status by Alexey Dobriyan · 8 years ago
- 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
- 461a718 mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE by Yisheng Xie · 8 years ago
- 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
- 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
- 0f30206 fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obvious by James Morse · 8 years ago
- dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
- 48e509e ocfs2: fix undefined struct variable in inode.h by Joseph Qi · 8 years ago
- 055fdcf fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- 44be975 fs/ocfs2/super: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- bf94077 fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- 0b41be0 fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
- ed27264 fsnotify: clean up spinlock assertions by Jan Kara · 8 years ago
- 0b1b865 fanotify: fix possible false warning when freeing events by Jan Kara · 8 years ago
- 073f655 fanotify: use notification_lock instead of access_lock by Jan Kara · 8 years ago
- c21dbe2 fsnotify: convert notification_mutex to a spinlock by Jan Kara · 8 years ago
- 1404ff3 fsnotify: drop notification_mutex before destroying event by Jan Kara · 8 years ago
- 41fefa3 Merge remote-tracking branch 'fuse/xattr' into work.xattr by Al Viro · 8 years ago
- 6c6ef9f xattr: Stop calling {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- bf3ee71 vfs: Check for the IOP_XATTR flag in listxattr by Andreas Gruenbacher · 8 years ago
- 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
- f5c2443 libfs: Use IOP_XATTR flag for empty directory handling by Andreas Gruenbacher · 8 years ago
- 5f6e59a vfs: Use IOP_XATTR flag for bad-inode handling by Andreas Gruenbacher · 8 years ago
- d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
- b6ba117 vfs: Move xattr_resolve_name to the front of fs/xattr.c by Andreas Gruenbacher · 8 years ago
- d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
- 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
- e72a1a8 kernfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- b8020ef hfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
- 6966f84 jffs2: Remove jffs2_{get,set,remove}xattr macros by Andreas Gruenbacher · 8 years ago
- 5d18cbf xattr: Remove unnecessary NULL attribute name check by Andreas Gruenbacher · 8 years ago
- 0d818c2 Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
- 4c1fad6 Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
- 0fb3ca4 Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 3940ee3 Merge tag 'for-linus-4.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
- 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 8d37059 Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
- 82fa407 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
- 301a36f Merge branches 'misc' and 'sa1111-base' into for-linus by Russell King · 8 years ago
- 9008f99 afs: Check for fatal error when in waiting for ack state by David Howells · 8 years ago
- c531716 proc: switch auxv to use of __mem_open() by Al Viro · 8 years ago
- 91fff9b hpfs: support FIEMAP by Mikulas Patocka · 8 years ago
- ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
- fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
- a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
- 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
- 523ac9a switch default_file_splice_read() to use of pipe-backed iov_iter by Al Viro · 8 years ago
- 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
- 241699c new iov_iter flavour: pipe-backed by Al Viro · 8 years ago
- 997198b fs/block_dev.c: return the right error in thaw_bdev() by Pierre Morel · 8 years ago
- edadd0e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
- 3fb75cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
- 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
- a3443cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- 2105b9f Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
- 5fdf493 Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
- c35bcfd Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 8 years ago
- e6dce82 Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
- 9929780 Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
- d82718e fuse_dev_splice_read(): switch to add_to_pipe() by Al Viro · 8 years ago
- 79fddc4 new helper: add_to_pipe() by Al Viro · 8 years ago
- 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
- db85a9e splice: switch get_iovec_page_array() to iov_iter by Al Viro · 8 years ago
- e7c3c64 splice_to_pipe(): don't open-code wakeup_pipe_readers() by Al Viro · 8 years ago
- 4038acd consistent treatment of EFAULT on O_DIRECT read/write by Al Viro · 8 years ago
- 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 00bcf5c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- f60fbdb Revert "orangefs: bump minimum userspace version" by Mike Marshall · 8 years ago
- de956b8 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago