summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: check end_io for metapages before making next checkpoint blocksJaegeuk Kim2015-10-101-0/+5
| * | f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim2015-10-102-4/+19
| * | f2fs: reorganize f2fs_map_blocksChao Yu2015-10-101-40/+44
| * | f2fs: declare f2fs_update_extent_tree_range as staticJaegeuk Kim2015-10-101-1/+1
| * | f2fs: fix overflow of size calculationChao Yu2015-10-105-21/+24
| * | f2fs: fix incorrect searching position when shrinking extent cacheChao Yu2015-10-101-0/+5
| * | f2fs: verify file type early in f2fs_fallocateChao Yu2015-10-101-12/+4
| * | f2fs: no need to lock for update_inode_page all the timeJaegeuk Kim2015-10-101-6/+2
| * | f2fs: cover number of dirty node pages under node_write lockJaegeuk Kim2015-10-101-7/+8
| * | f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatil...Nicholas Krause2015-10-101-2/+1
| * | f2fs: trace in batches extent info updateChao Yu2015-10-101-0/+2
* | | Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2015-11-051-1/+1
|\ \ \
| * | | dlm: make posix locks interruptibleEric Ren2015-11-031-1/+1
| | |/ | |/|
* | | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-11-0511-91/+86
|\ \ \
| * | | locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington2015-10-221-6/+3
| * | | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-2211-53/+20
| * | | locks: introduce locks_lock_inode_wait()Benjamin Coddington2015-10-221-0/+24
| * | | locks: Use more file_inode and fix a commentBenjamin Coddington2015-10-151-5/+3
| * | | fs: fix data races on inode->i_flctxDmitry Vyukov2015-09-211-27/+36
* | | | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-053-75/+112
|\ \ \ \
| * | | | debugfs: Add debugfs_create_ulong()Viresh Kumar2015-10-181-0/+48
| * | | | debugfs: Add read-only/write-only bool file opsStephen Boyd2015-10-181-1/+14
| * | | | debugfs: Add read-only/write-only size_t file opsStephen Boyd2015-10-181-1/+4
| * | | | debugfs: Add read-only/write-only x64 file opsStephen Boyd2015-10-181-1/+4
| * | | | debugfs: Consolidate file mode checks in debugfs_create_*()Stephen Boyd2015-10-181-66/+32
| * | | | sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2015-10-041-1/+3
| * | | | debugfs: document that debugfs_remove*() accepts NULL and error valuesUlf Magnusson2015-10-041-2/+4
| * | | | debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-3/+3
* | | | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-051-1/+1
|\ \ \ \ \
| * | | | | block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-211-1/+1
* | | | | | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-052-11/+21
|\| | | | |
| * | | | | Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe2015-10-0928-157/+420
| |\ \ \ \ \
| * | | | | | fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct readMing Lei2015-09-231-3/+6
| * | | | | | fs/mpage.c: forgotten WRITE_SYNC in case of data integrity writeRoman Pen2015-09-231-8/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-2/+2
|\ \ \ \ \ \
| * | | | | | mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-2/+2
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo2015-10-281-2/+2
* | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-042-8/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-8/+17
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-021-5/+2
* | | | | | | | Merge branch 'fs-file-descriptor-optimization'Linus Torvalds2015-11-021-5/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: conditionally clear close-on-exec flagLinus Torvalds2015-11-011-1/+2
| * | | | | | | | vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2015-11-011-4/+35
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * | | | | | | ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * | | | | | | ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * | | | | | | ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * | | | | | | ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2