Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | btrfs: switch write_buf to kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -14/+4 | |
| * | | | | | | fs: make the buf argument to __kernel_write a void pointer | Christoph Hellwig | 2017-09-05 | 1 | -1/+1 | |
| * | | | | | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 2 | -4/+4 | |
| * | | | | | | fs: fix kernel_read prototype | Christoph Hellwig | 2017-09-05 | 9 | -45/+43 | |
| * | | | | | | fs: move kernel_read to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 | |
| * | | | | | | fs: move kernel_write to fs/read_write.c | Christoph Hellwig | 2017-09-05 | 2 | -17/+16 | |
| * | | | | | | autofs4: switch autofs4_write to __kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -8/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2017-09-15 | 1 | -11/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | utimes: Make utimes y2038 safe | Deepa Dinamani | 2017-09-04 | 1 | -11/+12 | |
* | | | | | | | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-15 | 17 | -4/+644 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | squashfs: Add zstd support | Sean Purcell | 2017-09-09 | 6 | -0/+178 | |
| * | | | | | | | btrfs: Add zstd support | Nick Terrell | 2017-08-15 | 11 | -5/+467 | |
* | | | | | | | | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 2017-09-11 | 1 | -2/+2 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 2017-09-14 | 7 | -16/+16 | |
* | | | | | | | | fscache: fix fscache_objlist_show format processing | Arnd Bergmann | 2017-09-14 | 1 | -1/+2 | |
* | | | | | | | | procfs: remove unused variable | Arnd Bergmann | 2017-09-14 | 1 | -1/+0 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2017-09-13 | 5 | -54/+53 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fuse: getattr cleanup | Miklos Szeredi | 2017-09-12 | 3 | -23/+18 | |
| * | | | | | | | | fuse: honor iocb sync flags on write | Miklos Szeredi | 2017-09-12 | 3 | -22/+28 | |
| * | | | | | | | | fuse: allow server to run in different pid_ns | Miklos Szeredi | 2017-09-12 | 2 | -9/+7 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-13 | 11 | -71/+484 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ovl: fix false positive ESTALE on lookup | Amir Goldstein | 2017-09-12 | 1 | -4/+7 | |
| * | | | | | | | | ovl: don't allow writing ioctl on lower layer | Miklos Szeredi | 2017-09-05 | 4 | -9/+70 | |
| * | | | | | | | | ovl: fix relatime for directories | Miklos Szeredi | 2017-09-05 | 2 | -4/+20 | |
| * | | | | | | | | vfs: add flags to d_real() | Miklos Szeredi | 2017-09-04 | 2 | -4/+4 | |
| * | | | | | | | | ovl: cleanup d_real for negative | Miklos Szeredi | 2017-09-04 | 1 | -3/+0 | |
| * | | | | | | | | ovl: constant d_ino for non-merge dirs | Miklos Szeredi | 2017-07-27 | 5 | -45/+266 | |
| * | | | | | | | | ovl: constant d_ino across copy up | Amir Goldstein | 2017-07-27 | 1 | -1/+111 | |
| * | | | | | | | | ovl: fix readdir error value | Miklos Szeredi | 2017-07-27 | 1 | -1/+3 | |
| * | | | | | | | | ovl: check snprintf return | Miklos Szeredi | 2017-07-27 | 1 | -0/+3 | |
* | | | | | | | | | Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 2017-09-13 | 18 | -484/+2062 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | f2fs: hurry up to issue discard after io interruption | Chao Yu | 2017-09-12 | 1 | -2/+15 | |
| * | | | | | | | | | f2fs: fix to show correct discard_granularity in sysfs | Chao Yu | 2017-09-12 | 1 | -0/+2 | |
| * | | | | | | | | | f2fs: detect dirty inode in evict_inode | Chao Yu | 2017-09-12 | 1 | -0/+3 | |
| * | | | | | | | | | f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared | Daeho Jeong | 2017-09-12 | 2 | -0/+14 | |
| * | | | | | | | | | f2fs: speed up gc_urgent mode with SSR | Jaegeuk Kim | 2017-09-12 | 3 | -13/+16 | |
| * | | | | | | | | | f2fs: better to wait for fstrim completion | Jaegeuk Kim | 2017-09-12 | 1 | -1/+6 | |
| * | | | | | | | | | f2fs: avoid race in between read xattr & write xattr | Yunlei He | 2017-09-08 | 3 | -0/+8 | |
| * | | | | | | | | | f2fs: make get_lock_data_page to handle encrypted inode | Jaegeuk Kim | 2017-09-08 | 1 | -58/+51 | |
| * | | | | | | | | | f2fs: use generic terms used for encrypted block management | Jaegeuk Kim | 2017-09-06 | 5 | -12/+15 | |
| * | | | | | | | | | f2fs: introduce f2fs_encrypted_file for clean-up | Jaegeuk Kim | 2017-09-06 | 5 | -10/+14 | |
| * | | | | | | | | | Revert "f2fs: add a new function get_ssr_cost" | Yunlong Song | 2017-09-05 | 1 | -10/+1 | |
| * | | | | | | | | | f2fs: constify super_operations | Arvind Yadav | 2017-09-05 | 1 | -1/+1 | |
| * | | | | | | | | | f2fs: fix to wake up all sleeping flusher | Chao Yu | 2017-09-05 | 1 | -2/+21 | |
| * | | | | | | | | | f2fs: avoid race in between atomic_read & atomic_inc | Chao Yu | 2017-09-05 | 1 | -3/+1 | |
| * | | | | | | | | | f2fs: remove unneeded parameter of change_curseg | Chao Yu | 2017-09-05 | 1 | -10/+8 | |
| * | | | | | | | | | f2fs: update i_flags correctly | Chao Yu | 2017-09-05 | 1 | -0/+3 | |
| * | | | | | | | | | f2fs: don't check inode's checksum if it was dirtied or writebacked | Jaegeuk Kim | 2017-09-05 | 2 | -2/+3 | |
| * | | | | | | | | | f2fs: don't need to update inode checksum for recovery | Jaegeuk Kim | 2017-09-05 | 1 | -2/+0 |