aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-07-21Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.07-rtAlex Shi
2016-07-20Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.07Alex Shi
2016-07-10xfs: print name of verifier if it failsEric Sandeen
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-07-10Btrfs: don't use src fd for printkJosef Bacik
2016-07-10proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-07-10ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-07-10locks: use file_inode()Miklos Szeredi
2016-07-10namespace: update event counter when umounting a deleted dentryAndrey Ulanov
2016-07-10NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust
2016-07-10make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro
2016-07-10fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich
2016-07-10File names with trailing period or space need special case conversionSteve French
2016-07-10Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French
2016-07-10pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson
2016-07-10nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson
2016-07-10pNFS: Tighten up locking around DS commit bucketsTrond Myklebust
2016-07-10cifs: dynamic allocation of ntlmssp blobJerome Marchand
2016-07-10UBIFS: Implement ->migratepage()Kirill A. Shutemov
2016-07-10btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney
2016-07-10nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-07-05Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-07-01Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.06Alex Shi
2016-06-24Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-24Revert "writeback: plug writeback at a high level"Linus Torvalds
2016-06-24writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo
2016-06-24writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo
2016-06-24bdi: Remove "inline" keyword from exported I_BDEV() implementationGeert Uytterhoeven
2016-06-18ecryptfs: forbid opening files without mmap handlerJann Horn
2016-06-18proc: prevent stacking filesystems on topJann Horn
2016-06-18fix d_walk()/non-delayed __d_free() raceAl Viro
2016-06-18mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman
2016-06-17mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman
2016-06-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-06-14 Merge tag 'v4.1.26' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08writeback: initialize inode members that track writeback historyTahsin Erdogan
2016-06-08writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo
2016-06-08block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov
2016-06-08fs/block_dev.c: Remove WARN_ON() when inode writeback failsVivek Goyal
2016-06-08fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo
2016-06-08writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2016-06-08writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo
2016-06-08kernfs: make kernfs_get_inode() publicTejun Heo
2016-06-08ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o
2016-06-08dax: don't use set_huge_zero_page()Kirill A. Shutemov
2016-06-08dax: add huge page fault supportMatthew Wilcox
2016-06-08dax: move DAX-related functions to a new headerMatthew Wilcox
2016-06-08dax: expose __dax_fault for filesystems with locking constraintsDave Chinner
2016-06-08dax: don't abuse get_block mapping for endio callbacksDave Chinner