summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval1-9/+8
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval1-1/+2
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval1-1/+1
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval1-21/+20
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba1-8/+0
2017-06-28block: provide bio_uninit() free freeing integrity/task associationsJens Axboe1-1/+4
2017-06-28Merge tag 'nfs-for-4.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-30/+29
2017-06-28fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe1-4/+9
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi1-3/+8
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi1-12/+12
2017-06-27NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust1-1/+0
2017-06-27Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington1-27/+24
2017-06-27NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust1-1/+1
2017-06-27NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust1-0/+2
2017-06-27pstore: use memdup_userGeliang Tang1-7/+4
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe1-0/+1
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe2-5/+9
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe4-0/+6
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe3-0/+64
2017-06-26Switch flock copyin/copyout primitives to copy_{from,to}_user()Al Viro1-30/+29
2017-06-26Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro22-261/+257
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon45-273/+336
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar15-58/+90
2017-06-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-15/+43
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook1-4/+24
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren2-10/+17
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara1-0/+1
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown1-1/+1
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2017-06-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-9/+14
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-132/+175
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-32/+28
2017-06-21btrfs: Verify dir_item in iterate_object_propsSu Yue1-0/+7
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue1-0/+7
2017-06-21btrfs: Check name_len before reading btrfs_get_nameSu Yue1-0/+5
2017-06-21btrfs: Check name_len before read in iterate_dir_itemSu Yue1-0/+6
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue1-0/+6
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesSu Yue1-0/+7
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue2-11/+20
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue5-6/+14
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue2-0/+74
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba1-8/+3
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba1-1/+1
2017-06-21btrfs: preallocate device flush bioDavid Sterba3-18/+20
2017-06-21Btrfs: incremental send, fix invalid path for unlink commandsFilipe Manana1-5/+47
2017-06-21Btrfs: send, fix invalid path after renaming and linking fileFilipe Manana1-8/+27
2017-06-21Btrfs: fix invalid extent maps due to hole punchingFilipe Manana1-1/+4