summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/adfs/adfs.h: tidy up commentsAndrew Morton2016-01-211-14/+14
* fs/overlayfs/super.c needs pagemap.hAndrew Morton2016-01-211-0/+1
* proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik2016-01-211-3/+10
* fs/coredump: prevent "" / "." / ".." core path componentsJann Horn2016-01-211-0/+20
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-213-13/+14
* fat: constify fatent_operations structuresJulia Lawall2016-01-212-13/+13
* fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon2016-01-214-30/+87
* fat: skip cluster allocation on fallocated regionNamjae Jeon2016-01-211-2/+8
* fat: add fat_fallocate operationNamjae Jeon2016-01-213-2/+94
* fat: add simple validation for directory inodeOGAWA Hirofumi2016-01-211-0/+22
* fat: allow time_offset to be up to 24 hoursJan Kara2016-01-211-1/+6
* fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang2016-01-211-4/+2Star
* epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-211-3/+21
* fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov2016-01-211-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-01-201-1/+1
|\
| * kbuild: Allow to specify composite modules with modname-mMichal Marek2015-11-251-1/+1
* | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-201-5/+5
|\ \
| * | block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-131-3/+3
| * | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-011-2/+2
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-1846-828/+3688
|\ \ \
| * \ \ Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-114-18/+58
| |\ \ \
| | * | | Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-01-071-10/+10
| | * | | Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-01-061-2/+4
| | * | | Btrfs: fix number of transaction units required to create symlinkFilipe Manana2015-12-311-1/+3
| | * | | Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana2015-12-311-4/+7
| | * | | Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana2015-12-311-1/+15
| | * | | Btrfs: fix race between free space endio workers and space cache writeoutFilipe Manana2015-12-301-0/+19
| * | | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-1124-305/+195Star
| |\ \ \ \
| | * | | | btrfs: use list_for_each_entry* in backref.cGeliang Tang2016-01-071-17/+6Star
| | * | | | btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang2016-01-071-10/+4Star
| | * | | | btrfs: use list_for_each_entry* in check-integrity.cGeliang Tang2016-01-071-79/+26Star
| | * | | | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-0717-177/+147Star
| | * | | | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-076-9/+0Star
| | * | | | btrfs: zero out delayed node upon allocationAlexandru Moise2016-01-071-6/+1Star
| | * | | | btrfs: pass proper enum type to start_transaction()Alexandru Moise2016-01-071-5/+10
| | * | | | btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise2016-01-071-1/+1
| | * | | | btrfs: remove unused inode argument from uncompress_inline()Byongho Lee2016-01-071-3/+2Star
| * | | | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-1122-144/+186
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Btrfs: Check metadata redundancy on balanceSam Tygier2016-01-071-0/+7
| | * | | | btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-01-071-0/+24
| | * | | | btrfs: preallocate path for snapshot creation at ioctl timeDavid Sterba2016-01-073-6/+8
| | * | | | btrfs: allocate root item at snapshot ioctl timeDavid Sterba2016-01-073-6/+13
| | * | | | btrfs: do an allocation earlier during snapshot creationDavid Sterba2016-01-071-11/+9Star
| | * | | | btrfs: use smaller type for btrfs_path locksDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: use smaller type for btrfs_path readaDavid Sterba2016-01-071-1/+1
| | * | | | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-0711-30/+30
| | * | | | btrfs: constify static arraysDavid Sterba2016-01-074-4/+4
| | * | | | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-075-8/+8
| | * | | | btrfs tests: replace whole ops structure for free space testsDavid Sterba2016-01-071-6/+8