index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fat
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
*
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2023-05-24
1
-1
/
+1
*
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+2
*
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+4
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-5
/
+6
*
fat: port to vfs{g,u}id_t and associated helpers
Christian Brauner
2022-09-20
1
-2
/
+3
*
attr: port attribute changes to new types
Christian Brauner
2022-06-26
1
-3
/
+5
*
security: pass down mount idmapping to setattr hook
Christian Brauner
2022-06-26
1
-1
/
+2
*
Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-27
1
-3
/
+11
|
\
|
*
fat: report creation time in statx
Chung-Chiang Cheng
2022-05-19
1
-3
/
+11
*
|
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
1
-2
/
+1
*
|
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+1
|
/
*
FAT: use io_schedule_timeout() instead of congestion_wait()
NeilBrown
2022-01-20
1
-2
/
+3
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-11
/
+13
|
\
|
*
fat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-7
/
+8
|
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-4
/
+5
|
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
|
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
/
*
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
Yubo Feng
2020-08-12
1
-2
/
+2
*
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
*
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-23
1
-12
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
fs/fat/file.c: issue flush after the writeback of FAT
Hou Tao
2019-05-14
1
-3
/
+8
*
fat: enable .splice_write to support splice on O_DIRECT file
Hou Tao
2019-03-07
1
-0
/
+1
*
fat: truncate inode timestamp updates in setattr
Frank Sorenson
2018-10-31
1
-0
/
+12
*
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
2018-10-31
1
-2
/
+2
*
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
2018-10-31
1
-0
/
+1
*
fat: add FITRIM ioctl for FAT file system
Wentao Wang
2018-08-22
1
-0
/
+33
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-2
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-3
/
+3
|
\
|
*
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
|
*
fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-2
/
+2
*
|
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
|
/
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-6
/
+6
*
fat: add fat_fallocate operation
Namjae Jeon
2016-01-20
1
-0
/
+61
*
writeback: separate out include/linux/backing-dev-defs.h
Tejun Heo
2015-06-02
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-2
/
+2
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-2
/
+2
*
|
fs/fat: remove unnecessary includes
Alexander Kuleshov
2015-04-17
1
-4
/
+0
|
/
*
make new_sync_{read,write}() static
Al Viro
2015-04-11
1
-2
/
+0
*
fat: fix data past EOF resulting from fsx testsuite
Namjae Jeon
2014-12-13
1
-0
/
+3
*
write_iter variants of {__,}generic_file_aio_write()
Al Viro
2014-05-06
1
-2
/
+2
*
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
1
-2
/
+2
*
fatfs: add FAT_IOCTL_GET_VOLUME_ID
Mike Lockwood
2013-07-09
1
-0
/
+8
*
fat: restructure export_operations
Namjae Jeon
2013-04-29
1
-0
/
+5
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-2
/
+2
*
userns: Convert fat to use kuid/kgid where appropriate
Eric W. Biederman
2012-09-20
1
-3
/
+3
*
fat: Push mnt_want_write() outside of i_mutex
Jan Kara
2012-07-31
1
-8
/
+7
[next]