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
2021-09-07
Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-80
/
+214
2021-09-07
Revert "memcg: enable accounting for pollfd and select bits arrays"
Linus Torvalds
1
-2
/
+2
2021-09-07
Revert "memcg: enable accounting for file lock caches"
Linus Torvalds
1
-4
/
+2
2021-09-07
Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"
Linus Torvalds
1
-1
/
+1
2021-09-07
block: move fs/block_dev.c to block/bdev.c
Christoph Hellwig
3
-1060
/
+2
2021-09-07
block: split out operations on block special files
Christoph Hellwig
1
-637
/
+0
2021-09-07
btrfs: zoned: fix double counting of split ordered extent
Naohiro Aota
1
-0
/
+8
2021-09-07
btrfs: fix lockdep warning while mounting sprout fs
Anand Jain
1
-3
/
+4
2021-09-07
btrfs: delay blkdev_put until after the device remove
Josef Bacik
3
-11
/
+30
2021-09-07
btrfs: update the bdev time directly when closing
Josef Bacik
1
-8
/
+10
2021-09-07
btrfs: use correct header for div_u64 in misc.h
Kari Argillander
1
-1
/
+1
2021-09-07
btrfs: fix upper limit for max_inline for page size 64K
Anand Jain
1
-24
/
+24
2021-09-06
Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-180
/
+320
2021-09-06
fuse: remove unused arg in fuse_write_file_get()
Miklos Szeredi
1
-9
/
+6
2021-09-06
fuse: wait for writepages in syncfs
Miklos Szeredi
3
-0
/
+100
2021-09-06
file: Export receive_fd() to modules
Xie Yongji
1
-0
/
+6
2021-09-06
eventfd: Export eventfd_wake_count to modules
Xie Yongji
1
-0
/
+1
2021-09-05
binfmt: a.out: Fix bogus semicolon
Geert Uytterhoeven
1
-1
/
+1
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
5
-10
/
+10
2021-09-04
Merge git://github.com/Paragon-Software-Group/linux-ntfs3
Linus Torvalds
30
-0
/
+30902
2021-09-04
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
20
-457
/
+1364
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
12
-51
/
+111
2021-09-03
ksmbd: add validation for ndr read/write functions
Namjae Jeon
1
-109
/
+274
2021-09-03
ksmbd: remove unused ksmbd_file_table_flush function
Namjae Jeon
2
-17
/
+0
2021-09-03
ksmbd: smbd: fix dma mapping error in smb_direct_post_send_data
Hyunchul Lee
1
-1
/
+1
2021-09-03
ksmbd: Reduce error log 'speed is unknown' to debug
Per Forlin
1
-2
/
+2
2021-09-03
ksmbd: defer notify_change() call
Christian Brauner
1
-7
/
+16
2021-09-03
ksmbd: remove setattr preparations in set_file_basic_info()
Christian Brauner
1
-17
/
+8
2021-09-03
ksmbd: ensure error is surfaced in set_file_basic_info()
Christian Brauner
1
-1
/
+1
2021-09-03
ndr: fix translation in ndr_encode_posix_acl()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in sid_to_id()
Christian Brauner
1
-4
/
+18
2021-09-03
ksmbd: fix subauth 0 handling in sid_to_id()
Christian Brauner
1
-2
/
+2
2021-09-03
ksmbd: fix translation in acl entries
Christian Brauner
3
-10
/
+33
2021-09-03
ksmbd: fix translation in ksmbd_acls_fattr()
Christian Brauner
2
-9
/
+11
2021-09-03
ksmbd: fix translation in create_posix_rsp_buf()
Christian Brauner
1
-2
/
+4
2021-09-03
ksmbd: fix translation in smb2_populate_readdir_entry()
Christian Brauner
3
-8
/
+3
2021-09-03
ksmbd: fix lookup on idmapped mounts
Christian Brauner
3
-27
/
+37
2021-09-03
io_uring: reexpand under-reexpanded iters
Pavel Begunkov
1
-0
/
+2
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
3
-3
/
+3
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-92
/
+116
2021-09-03
userfaultfd: prevent concurrent API initialization
Nadav Amit
1
-47
/
+44
2021-09-03
userfaultfd: change mmap_changing to atomic
Nadav Amit
1
-12
/
+13
2021-09-03
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
1
-0
/
+2
2021-09-03
mm: remove flush_kernel_dcache_page
Christoph Hellwig
1
-3
/
+3
2021-09-03
memcg: enable accounting for new namesapces and struct nsproxy
Vasily Averin
1
-1
/
+1
2021-09-03
memcg: enable accounting for fasync_cache
Vasily Averin
1
-1
/
+2
2021-09-03
memcg: enable accounting for file lock caches
Vasily Averin
1
-2
/
+4
2021-09-03
memcg: enable accounting for pollfd and select bits arrays
Vasily Averin
1
-2
/
+2
2021-09-03
memcg: enable accounting for mnt_cache entries
Vasily Averin
1
-2
/
+3
2021-09-03
memcg: charge fs_context and legacy_fs_context
Yutian Yang
1
-2
/
+2
[prev]
[next]