summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-01-22vfs: abort dedupe loop if fatal signals are pendingDarrick J. Wong
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22dax: never rely on bh.b_dev being set by get_block()Ross Zwisler
2016-01-22xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler
2016-01-22ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler
2016-01-22ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler
2016-01-22dax: add support for fsync/syncRoss Zwisler
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-22dax: fix conversion of holes to PMDsRoss Zwisler
2016-01-22dax: fix NULL pointer dereference in __dax_dbg()Ross Zwisler
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22Merge branch 'bugfixes'Trond Myklebust
2016-01-22pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust
2016-01-21ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed
2016-01-21reiserfs: fix dereference of ERR_PTRSudip Mukherjee
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-21[regression] fix braino in fs/dlm/user.cAl Viro
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker
2016-01-21pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng
2016-01-21ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng
2016-01-21ceph: Asynchronous IO supportYan, Zheng
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-20fs/adfs/adfs.h: tidy up commentsAndrew Morton
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-01-20fat: constify fatent_operations structuresJulia Lawall
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon
2016-01-20fat: skip cluster allocation on fallocated regionNamjae Jeon
2016-01-20fat: add fat_fallocate operationNamjae Jeon
2016-01-20fat: add simple validation for directory inodeOGAWA Hirofumi
2016-01-20fat: allow time_offset to be up to 24 hoursJan Kara
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron