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-10-12
fs/block_dev: remove vfs_msg() interface
Rakesh Pandit
1
-12
/
+0
2017-10-10
writeback: merge try_to_writeback_inodes_sb_nr() into caller
Rakesh Pandit
1
-24
/
+6
2017-10-04
writeback: eliminate work item allocation in bd_start_writeback()
Jens Axboe
1
-37
/
+34
2017-10-03
writeback: only allow one inflight and pending full flush
Jens Axboe
1
-0
/
+25
2017-10-03
writeback: move nr_pages == 0 logic to one location
Jens Axboe
1
-24
/
+17
2017-10-03
writeback: make wb_start_writeback() static
Jens Axboe
1
-2
/
+2
2017-10-03
writeback: provide a wakeup_flusher_threads_bdi()
Jens Axboe
1
-10
/
+29
2017-10-03
writeback: remove 'range_cyclic' argument for wb_start_writeback()
Jens Axboe
1
-3
/
+3
2017-10-03
writeback: switch wakeup_flusher_threads() to cyclic writeback
Jens Axboe
1
-1
/
+1
2017-10-03
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
2
-6
/
+5
2017-10-03
buffer: eliminate the need to call free_more_memory() in __getblk_slow()
Jens Axboe
1
-23
/
+0
2017-10-03
buffer: grow_dev_page() should use __GFP_NOFAIL for all cases
Jens Axboe
1
-5
/
+1
2017-10-03
buffer: have alloc_page_buffers() use __GFP_NOFAIL
Jens Axboe
3
-25
/
+12
2017-09-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-19
/
+59
2017-09-25
Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+5
2017-09-25
gfs2: Fix debugfs glocks dump
Andreas Gruenbacher
1
-9
/
+5
2017-09-25
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
Lukas Czerner
2
-19
/
+59
2017-09-22
Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...
Linus Torvalds
6
-15
/
+66
2017-09-22
Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-3
/
+7
2017-09-22
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
Steve French
1
-0
/
+7
2017-09-22
SMB3: handle new statx fields
Steve French
1
-0
/
+15
2017-09-20
SMB: Validate negotiate (to protect against downgrade) even if signing off
Steve French
1
-5
/
+12
2017-09-20
cifs: release auth_key.response for reconnect.
Shu Wang
1
-0
/
+8
2017-09-20
cifs: release cifs root_cred after exit_cifs
Shu Wang
1
-1
/
+1
2017-09-20
CIFS: make arrays static const, reduces object code size
Colin Ian King
1
-4
/
+8
2017-09-20
[SMB3] Update session and share information displayed for debugging SMB2/SMB3
Steve French
1
-2
/
+7
2017-09-20
cifs: show 'soft' in the mount options for hard mounts
Ronnie Sahlberg
1
-0
/
+2
2017-09-20
SMB3: Warn user if trying to sign connection that authenticated as guest
Steve French
1
-0
/
+2
2017-09-20
SMB3: Fix endian warning
Steve French
1
-2
/
+3
2017-09-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-09-19
Fix SMB3.1.1 guest authentication to Samba
Steve French
1
-1
/
+1
2017-09-19
ceph: avoid panic in create_session_open_msg() if utsname() returns NULL
Yan, Zheng
2
-3
/
+7
2017-09-19
Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git....
Linus Torvalds
6
-21
/
+144
2017-09-18
fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL
Eric W. Biederman
1
-1
/
+1
2017-09-17
Update version of cifs module
Steve French
1
-1
/
+1
2017-09-17
cifs: hide unused functions
Arnd Bergmann
1
-0
/
+2
2017-09-17
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
Steve French
5
-18
/
+139
2017-09-17
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+9
2017-09-15
fs/proc: Report eip/esp in /prod/PID/stat for coredumping
John Ogness
1
-0
/
+9
2017-09-15
Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-53
/
+56
2017-09-14
vfs: constify path argument to kernel_read_file_from_path
Mimi Zohar
1
-1
/
+1
2017-09-14
Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
7
-20
/
+287
2017-09-14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-12
/
+8
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+22
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
71
-278
/
+269
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
12
-107
/
+78
2017-09-14
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-11
/
+12
2017-09-14
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-4
/
+644
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2017-09-14
orangefs: Adjust three checks for null pointers
Markus Elfring
2
-3
/
+3
[next]