summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-0312-0/+1048
* xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2017-04-032-2/+90
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-036-7/+57
* xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-032-0/+52
* xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong2017-04-031-43/+129
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-04-031-2/+3
* xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov2017-04-031-1/+0
* xfs: fix up inode validation failure messageEric Sandeen2017-04-031-1/+1
* xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-033-5/+4
* xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-034-24/+20
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-033-1/+10
* xfs: fix kernel memory exposure problemsDarrick J. Wong2017-04-031-1/+1
* xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-031-1/+9
* xfs: rework the inline directory verifiersDarrick J. Wong2017-03-285-56/+66
* Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-03-261-1/+2
|\
| * kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-171-1/+2
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-266-50/+47
|\ \
| * | ext4: fix two spelling nitsTheodore Ts'o2017-03-252-2/+2
| * | ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-251-34/+31
| * | jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-152-11/+12
| * | ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-151-3/+2
* | | Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-256-70/+15
|\ \ \
| * | | fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-152-13/+4
| * | | fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-154-57/+11
| |/ /
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-232-1/+16
|\ \ \
| * | | btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| * | | Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
* | | | f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-201-78/+47
* | | | f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-203-6/+30
* | | | f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-202-10/+10
* | | | f2fs: declare static functionsJaegeuk Kim2017-03-201-3/+4
* | | | f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
* | | | Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-1712-26/+88
|\ \ \ \
| * | | | pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-174-10/+31
| * | | | pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-176-6/+48
| * | | | NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-03-171-2/+2
| * | | | NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4
| * | | | nfs: make nfs4_cb_sv_ops staticJason Yan2017-03-171-2/+2
| * | | | NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee2017-03-171-2/+4
| * | | | NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-131-2/+0
| * | | | nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee2017-03-131-1/+1
* | | | | Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds2017-03-1713-222/+269
|\ \ \ \ \
| * | | | | afs: Don't wait for page writeback with the page lock heldDavid Howells2017-03-161-5/+4
| * | | | | afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells2017-03-161-3/+3
| * | | | | afs: Fix abort on signal while waiting for call completionDavid Howells2017-03-161-13/+6
| * | | | | afs: Fix an off-by-one error in afs_send_pages()David Howells2017-03-161-1/+1
| * | | | | afs: Fix afs_kill_pages()David Howells2017-03-161-3/+7
| * | | | | afs: Fix page leak in afs_write_begin()David Howells2017-03-161-2/+5
| * | | | | afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageDavid Howells2017-03-161-2/+10
| * | | | | afs: Populate and use client modification timeMarc Dionne2017-03-162-10/+10