Age | Commit message (Expand) | Author | Files | Lines |
2017-02-25 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 5 | -42/+40 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 22 | -97/+89 |
2017-02-25 | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE | Mike Rapoport | 1 | -7/+7 |
2017-02-25 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+10 |
2017-02-25 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 2 | -6/+9 |
2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 4 | -5/+3 |
2017-02-24 | nfsd: remove superfluous KERN_INFO | Rasmus Villemoes | 1 | -1/+1 |
2017-02-24 | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 2 | -20/+9 |
2017-02-24 | ceph: remove special ack vs commit behavior | Ilya Dryomov | 6 | -103/+3 |
2017-02-24 | f2fs: do SSR for node segments more aggresively | Jaegeuk Kim | 1 | -5/+10 |
2017-02-24 | f2fs: find data segments across all the types | Jaegeuk Kim | 1 | -4/+11 |
2017-02-24 | f2fs: do SSR in higher priority | Jaegeuk Kim | 1 | -16/+1 |
2017-02-24 | f2fs: do SSR for data when there is enough free space | Yunlong Song | 1 | -1/+1 |
2017-02-24 | f2fs: node segment is prior to data segment selected victim | Hou Pengyang | 1 | -1/+11 |
2017-02-24 | f2fs: put allocate_segment after refresh_sit_entry | Yunlong Song | 1 | -2/+3 |
2017-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 22 | -199/+325 |
2017-02-24 | Btrfs: try harder to migrate items to left sibling before splitting a leaf | Filipe Manana | 1 | -0/+7 |
2017-02-24 | Btrfs: fix data loss after truncate when using the no-holes feature | Filipe Manana | 1 | -13/+6 |
2017-02-24 | Btrfs: incremental send, fix unnecessary hole writes for sparse files | Filipe Manana | 1 | -2/+86 |
2017-02-24 | Btrfs: fix use-after-free due to wrong order of destroying work queues | Filipe Manana | 1 | -2/+7 |
2017-02-24 | Btrfs: fix assertion failure when freeing block groups at close_ctree() | Filipe Manana | 2 | -6/+9 |
2017-02-24 | Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabled | Filipe Manana | 1 | -0/+5 |
2017-02-24 | Btrfs: fix leak of subvolume writers counter | Robbie Ko | 1 | -2/+8 |
2017-02-24 | Btrfs: bulk delete checksum items in the same leaf | Filipe Manana | 1 | -1/+27 |
2017-02-24 | Btrfs: incremental send, do not issue invalid rmdir operations | Robbie Ko | 1 | -0/+13 |
2017-02-24 | Btrfs: incremental send, do not delay rename when parent inode is new | Filipe Manana | 1 | -3/+16 |
2017-02-24 | Btrfs: send, fix failure to rename top level inode due to name collision | Robbie Ko | 1 | -1/+4 |
2017-02-24 | NFSv4: fix getacl ERANGE for some ACL buffer sizes | Weston Andros Adamson | 1 | -6/+2 |
2017-02-24 | NFSv4: fix getacl head length estimation | J. Bruce Fields | 1 | -1/+1 |
2017-02-24 | ceph: tidy some white space in get_nonsnap_parent() | Dan Carpenter | 1 | -2/+3 |
2017-02-23 | f2fs: add ovp valid_blocks check for bg gc victim to fg_gc | Hou Pengyang | 3 | -2/+32 |
2017-02-23 | f2fs: do not wait for writeback in write_begin | Jaegeuk Kim | 1 | -1/+6 |
2017-02-23 | f2fs: replace __get_victim by dirty_segments in FG_GC | Yunlei He | 1 | -6/+2 |
2017-02-23 | f2fs: fix multiple f2fs_add_link() calls having same name | Jaegeuk Kim | 2 | -5/+30 |
2017-02-23 | f2fs: show actual device info in tracepoints | Jaegeuk Kim | 1 | -5/+5 |
2017-02-23 | f2fs: use SSR for warm node as well | Jaegeuk Kim | 1 | -1/+2 |
2017-02-23 | f2fs: enable inline_xattr by default | Chao Yu | 1 | -0/+1 |
2017-02-23 | f2fs: introduce noinline_xattr mount option | Chao Yu | 1 | -0/+11 |
2017-02-23 | f2fs: avoid reading NAT page by get_node_info | Jaegeuk Kim | 1 | -7/+9 |
2017-02-23 | f2fs: remove build_free_nids() during checkpoint | Jaegeuk Kim | 1 | -2/+0 |
2017-02-23 | f2fs: change recovery policy of xattr node block | Chao Yu | 6 | -25/+22 |
2017-02-23 | f2fs: super: constify fscrypt_operations structure | Bhumika Goyal | 1 | -2/+2 |
2017-02-23 | f2fs: show checkpoint version at mount time | Jaegeuk Kim | 1 | -0/+2 |
2017-02-23 | f2fs: remove preflush for nobarrier case | Jaegeuk Kim | 1 | -2/+2 |
2017-02-23 | f2fs: check last page index in cached bio to decide submission | Jaegeuk Kim | 5 | -35/+40 |
2017-02-23 | f2fs: check io submission more precisely | Jaegeuk Kim | 3 | -14/+37 |
2017-02-23 | f2fs: call internal __write_data_page directly | Jaegeuk Kim | 1 | -2/+8 |
2017-02-23 | f2fs: avoid out-of-order execution of atomic writes | Jaegeuk Kim | 2 | -4/+9 |
2017-02-23 | f2fs: move write_node_page above fsync_node_pages | Jaegeuk Kim | 1 | -67/+73 |
2017-02-23 | f2fs: move flush tracepoint | Jaegeuk Kim | 1 | -3/+3 |