summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Introduce v3 namespaced file capabilitiesSerge E. Hallyn2017-09-011-0/+6
| * | | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-14/+8
| * | | fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman2017-07-241-1/+12
* | | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-1112-31/+57
|\ \ \ \
| * | | | ext4: fix null pointer dereference on sbiColin Ian King2017-09-051-1/+1
| * | | | ext4: perform dax_device lookup at mountDan Williams2017-08-313-8/+8
| * | | | ext2: perform dax_device lookup at mountDan Williams2017-08-313-8/+8
| * | | | xfs: perform dax_device lookup at mountDan Williams2017-08-316-15/+41
* | | | | Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-091-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-1/+1
| |\ \ \ \ \
| | * | | | | mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-096-281/+239
|\ \ \ \ \ \
| * | | | | | nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2017-09-052-0/+21
| * | | | | | merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-4/+2
| |\ \ \ \ \ \
| * | | | | | | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-243-7/+7
| * | | | | | | nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever2017-08-241-2/+2
| * | | | | | | nfsd4: individual encoders no longer see error casesJ. Bruce Fields2017-08-241-206/+103
| * | | | | | | nfsd4: skip encoder in trivial error casesJ. Bruce Fields2017-08-243-3/+12
| * | | | | | | nfsd4: define ->op_release for compound opsJ. Bruce Fields2017-08-243-6/+36
| * | | | | | | nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields2017-08-243-14/+14
| * | | | | | | nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2017-08-012-43/+44
* | | | | | | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-0939-1409/+1502
|\ \ \ \ \ \ \ \
| * | | | | | | | btrfs: submit superblock io with REQ_META and REQ_PRIODavid Sterba2017-08-221-2/+3
| * | | | | | | | btrfs: remove unnecessary memory barrier in btrfs_direct_IONikolay Borisov2017-08-211-1/+0
| * | | | | | | | btrfs: remove superfluous chunk_tree argument from btrfs_alloc_dev_extentNikolay Borisov2017-08-211-7/+5
| * | | | | | | | btrfs: Remove chunk_objectid parameter of btrfs_alloc_dev_extentNikolay Borisov2017-08-211-4/+4
| * | | | | | | | btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-215-9/+9
| * | | | | | | | Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-212-10/+46
| * | | | | | | | Btrfs: remove BUG_ON in __add_tree_blockLiu Bo2017-08-211-1/+11
| * | | | | | | | Btrfs: remove BUG() in add_data_referenceLiu Bo2017-08-211-1/+4
| * | | | | | | | Btrfs: remove BUG() in print_extent_itemLiu Bo2017-08-211-1/+4
| * | | | | | | | Btrfs: remove BUG() in btrfs_extent_inline_ref_sizeLiu Bo2017-08-211-1/+0
| * | | | | | | | Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-213-10/+50
| * | | | | | | | Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-212-0/+48
| * | | | | | | | btrfs: scrub: simplify scrub worker initializationDavid Sterba2017-08-211-8/+2
| * | | | | | | | btrfs: scrub: clean up division in scrub_find_csumDavid Sterba2017-08-211-1/+3
| * | | | | | | | btrfs: scrub: clean up division in __scrub_mark_bitmapDavid Sterba2017-08-211-2/+6
| * | | | | | | | btrfs: scrub: use bool for flush_all_writesDavid Sterba2017-08-211-10/+8
| * | | | | | | | btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-08-211-1/+5
| * | | | | | | | btrfs: Remove extraneous chunk_objectid variableNikolay Borisov2017-08-211-10/+6
| * | | | | | | | btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-213-8/+5
| * | | | | | | | btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke2017-08-211-1/+1
| * | | | | | | | btrfs: Remove redundant setting of uuid in btrfs_block_headerNikolay Borisov2017-08-211-2/+0
| * | | | | | | | btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-214-19/+20
| * | | | | | | | btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flushLu Fengqi2017-08-211-1/+1
| * | | | | | | | Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2017-08-211-0/+19
| * | | | | | | | Btrfs: fix out of bounds array access while reading extent bufferLiu Bo2017-08-211-8/+12
| * | | | | | | | btrfs: Fix -EOVERFLOW handling in btrfs_ioctl_tree_search_v2Nikolay Borisov2017-08-181-3/+0
| * | | | | | | | btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...Nikolay Borisov2017-08-181-12/+6
| * | | | | | | | Btrfs: fix assertion failure during fsync in no-holes modeFilipe Manana2017-08-181-1/+4
OpenPOWER on IntegriCloud