aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: fix eb memory leak due to readpage failureLiu Bo2016-07-261-3/+22
| * | | | Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo2016-07-261-6/+6
| * | | | btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang2016-07-261-2/+2
| * | | | Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra2016-07-261-1/+1
| * | | | btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang2016-07-262-11/+41
| * | | | Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo2016-07-261-2/+8
| * | | | btrfs: make sure device is synced before returnAnand Jain2016-07-261-0/+5
| * | | | btrfs: reorg btrfs_close_one_device()Anand Jain2016-07-261-36/+35
| * | | | btrfs: Cleanup compress_file_range()Ashish Samant2016-07-261-37/+35
| * | | | Btrfs: cleanup BUG_ON in merge_bioLiu Bo2016-07-262-3/+6
| * | | | btrfs: Fix slab accounting flagsNikolay Borisov2016-07-269-16/+16
| * | | | btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki2016-07-261-2/+1
| * | | | btrfs: Handle uninitialised inode evictionNikolay Borisov2016-07-261-1/+8
| * | | | Btrfs: fix read_node_slot to return errorsLiu Bo2016-07-262-21/+52
| * | | | Btrfs: fix double free of fs rootLiu Bo2016-07-261-9/+3
| * | | | Btrfs: error out if generic_bin_search get invalid argumentsLiu Bo2016-07-261-0/+8
| * | | | Btrfs: check inconsistence between chunk and block groupLiu Bo2016-07-261-1/+16
| * | | | btrfs: add missing bytes_readonly attribute file in sysfsWang Xiaoguang2016-07-261-0/+2
* | | | | Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-08-044-18/+15
|\ \ \ \ \
| * | | | | ubifs: switch_gc_head: Remove redondant sync of wbufSylvain Etienne2016-07-291-4/+0
| * | | | | ubifs: Silence early error messages if MS_SILENT is setDaniel Golle2016-07-291-7/+7
| * | | | | ubifs: Update comment for ubifs_errcDaniel Golle2016-07-291-2/+2
| * | | | | ubifs: Make xattr structures staticBen Dooks2016-07-291-3/+3
| * | | | | ubifs: Silence error output if MS_SILENT is setDaniel Golle2016-07-291-2/+3
* | | | | | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-041-3/+4
|\ \ \ \ \ \
| * | | | | | hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2016-08-041-3/+4
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-044-268/+331
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | m68k: enable binfmt_flat on systems with an MMUNicolas Pitre2016-07-281-1/+2
| * | | | | binfmt_flat: allow compressed flat binary format to work on MMU systemsNicolas Pitre2016-07-281-2/+42
| * | | | | binfmt_flat: add MMU-specific supportNicolas Pitre2016-07-281-3/+13
| * | | | | binfmt_flat: update libraries' data segment pointer with userspace accessorsNicolas Pitre2016-07-281-6/+13
| * | | | | binfmt_flat: use clear_user() rather than memset() to clear .bssNicolas Pitre2016-07-281-4/+5
| * | | | | binfmt_flat: use proper user space accessors with old relocs codeNicolas Pitre2016-07-281-10/+18
| * | | | | binfmt_flat: use proper user space accessors with relocs processing codeNicolas Pitre2016-07-251-12/+19
| * | | | | binfmt_flat: clean up create_flat_tables() and stack accessesNicolas Pitre2016-07-251-54/+63
| * | | | | binfmt_flat: use generic transfer_args_to_stack()Nicolas Pitre2016-07-251-12/+10
| * | | | | elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-252-36/+35
| * | | | | binfmt_flat: prevent kernel dammage from corrupted executable headersNicolas Pitre2016-07-251-0/+11
| * | | | | binfmt_flat: convert printk invocations to their modern formNicolas Pitre2016-07-251-67/+51
| * | | | | binfmt_flat: assorted cleanupsNicolas Pitre2016-07-251-121/+109
* | | | | | block: remove BLK_DEV_DAX config optionRoss Zwisler2016-08-041-5/+1
* | | | | | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven2016-08-031-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-0249-617/+760
|\ \ \ \ \ \
| * | | | | | reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-08-021-1/+2
| * | | | | | nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-0213-20/+29
| * | | | | | nilfs2: use BIT() macroRyusuke Konishi2016-08-026-38/+37
| * | | | | | nilfs2: fix misuse of a semaphore in sysfs codeRyusuke Konishi2016-08-022-27/+24
| * | | | | | nilfs2: refactor parser of snapshot mount optionRyusuke Konishi2016-08-021-18/+35
| * | | | | | nilfs2: do not use yield()Ryusuke Konishi2016-08-021-1/+1
| * | | | | | nilfs2: emit error message when I/O error is detectedRyusuke Konishi2016-08-023-2/+16