index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-21
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
3
-10
/
+11
2017-08-21
f2fs: support journalled quota
Chao Yu
4
-30
/
+403
2017-08-15
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
2
-9
/
+16
2017-08-15
f2fs: avoid unneeded sync on quota file
Chao Yu
1
-2
/
+2
2017-08-15
f2fs: introduce gc_urgent mode for background GC
Jaegeuk Kim
3
-2
/
+28
2017-08-15
f2fs: use IPU for cold files
Jaegeuk Kim
1
-0
/
+4
2017-08-15
f2fs: fix the size value in __check_sit_bitmap
Yunlong Song
1
-2
/
+5
2017-08-09
f2fs: add app/fs io stat
Chao Yu
10
-31
/
+200
2017-08-09
f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...
Yunlong Song
1
-0
/
+4
2017-08-09
f2fs: update cur_valid_map_mir together with cur_valid_map
Yunlong Song
1
-14
/
+30
2017-08-03
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
1
-1
/
+1
2017-08-03
f2fs: expose features to sysfs entry
Jaegeuk Kim
1
-26
/
+130
2017-08-03
f2fs: support inode checksum
Chao Yu
5
-1
/
+118
2017-08-03
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
1
-1
/
+1
2017-08-03
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
3
-8
/
+13
2017-07-31
f2fs: introduce f2fs_statfs_project
Chao Yu
1
-0
/
+48
2017-07-31
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
Chao Yu
2
-28
/
+239
2017-07-31
f2fs: don't need to wait for node writes for atomic write
Jaegeuk Kim
1
-3
/
+13
2017-07-31
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
3
-14
/
+14
2017-07-31
f2fs: support project quota
Chao Yu
6
-16
/
+105
2017-07-31
f2fs: record quota during dot{,dot} recovery
Chao Yu
1
-0
/
+4
2017-07-31
f2fs: enhance on-disk inode structure scalability
Chao Yu
9
-50
/
+124
2017-07-31
f2fs: make max inline size changeable
Chao Yu
5
-59
/
+95
2017-07-31
f2fs: add ioctl to expose current features
Jaegeuk Kim
2
-0
/
+15
2017-07-31
f2fs: make background threads of f2fs being aware of freezing
Chao Yu
2
-2
/
+15
2017-07-28
f2fs: don't give partially written atomic data from process crash
Jaegeuk Kim
2
-0
/
+19
2017-07-28
f2fs: give a try to do atomic write in -ENOMEM case
Jaegeuk Kim
1
-2
/
+6
2017-07-28
f2fs: preserve i_mode if __f2fs_set_acl() fails
Ernesto A. Fernández
1
-2
/
+3
2017-07-26
f2fs: alloc new nids for xattr block in recovery
Yunlei He
1
-13
/
+15
2017-07-26
f2fs: spread struct f2fs_dentry_ptr for inline path
Chao Yu
2
-22
/
+30
2017-07-26
f2fs: remove unused input parameter
Yunlei He
3
-7
/
+5
2017-07-25
Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
3
-12
/
+20
2017-07-21
Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-33
/
+69
2017-07-21
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-42
/
+88
2017-07-21
NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()
Trond Myklebust
1
-2
/
+11
2017-07-21
NFS: Be more careful about mapping file permissions
Trond Myklebust
1
-8
/
+17
2017-07-21
NFS: Store the raw NFS access mask in the inode's access cache
Trond Myklebust
1
-3
/
+6
2017-07-21
NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()
Trond Myklebust
1
-9
/
+2
2017-07-21
NFS: Refactor NFS access to kernel access mask calculation
Trond Myklebust
1
-8
/
+23
2017-07-21
nfs: count correct array for mnt3_counts array size
Eryu Guan
1
-1
/
+1
2017-07-20
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-34
/
+64
2017-07-20
Merge tag 'for-f2fs-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-5
/
+13
2017-07-20
ovl: check for bad and whiteout index on lookup
Amir Goldstein
1
-5
/
+17
2017-07-20
ovl: do not cleanup directory and whiteout index entries
Amir Goldstein
2
-5
/
+19
2017-07-20
ovl: fix xattr get and set with selinux
Miklos Szeredi
4
-23
/
+31
2017-07-19
Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")
Trond Myklebust
1
-7
/
+0
2017-07-19
pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()
Trond Myklebust
1
-0
/
+4
2017-07-19
NFS: Fix another COMMIT race in pNFS
Trond Myklebust
1
-1
/
+6
2017-07-19
NFS: Fix a COMMIT race in pNFS
Trond Myklebust
1
-3
/
+7
2017-07-19
mount: copy the port field into the cloned nfs_server structure.
Steve Dickson
1
-0
/
+1
[next]