aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-03writeback: only allow one inflight and pending full flushGravatar Jens Axboe 1-0/+25
2017-10-03writeback: move nr_pages == 0 logic to one locationGravatar Jens Axboe 1-24/+17
2017-10-03writeback: make wb_start_writeback() staticGravatar Jens Axboe 1-2/+2
2017-10-03writeback: provide a wakeup_flusher_threads_bdi()Gravatar Jens Axboe 1-10/+29
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Gravatar Jens Axboe 1-3/+3
2017-10-03writeback: switch wakeup_flusher_threads() to cyclic writebackGravatar Jens Axboe 1-1/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Gravatar Jens Axboe 2-6/+5
2017-10-03buffer: eliminate the need to call free_more_memory() in __getblk_slow()Gravatar Jens Axboe 1-23/+0
2017-10-03buffer: grow_dev_page() should use __GFP_NOFAIL for all casesGravatar Jens Axboe 1-5/+1
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILGravatar Jens Axboe 3-25/+12
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-19/+59
2017-09-25Merge tag 'gfs2-for-linus-4.14-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+5
2017-09-25gfs2: Fix debugfs glocks dumpGravatar Andreas Gruenbacher 1-9/+5
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOGravatar Lukas Czerner 2-19/+59
2017-09-22Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.s...Gravatar Linus Torvalds 6-15/+66
2017-09-22Merge tag 'ceph-for-4.14-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-3/+7
2017-09-22SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flagsGravatar Steve French 1-0/+7
2017-09-22SMB3: handle new statx fieldsGravatar Steve French 1-0/+15
2017-09-20SMB: Validate negotiate (to protect against downgrade) even if signing offGravatar Steve French 1-5/+12
2017-09-20cifs: release auth_key.response for reconnect.Gravatar Shu Wang 1-0/+8
2017-09-20cifs: release cifs root_cred after exit_cifsGravatar Shu Wang 1-1/+1
2017-09-20CIFS: make arrays static const, reduces object code sizeGravatar Colin Ian King 1-4/+8
2017-09-20[SMB3] Update session and share information displayed for debugging SMB2/SMB3Gravatar Steve French 1-2/+7
2017-09-20cifs: show 'soft' in the mount options for hard mountsGravatar Ronnie Sahlberg 1-0/+2
2017-09-20SMB3: Warn user if trying to sign connection that authenticated as guestGravatar Steve French 1-0/+2
2017-09-20SMB3: Fix endian warningGravatar Steve French 1-2/+3
2017-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2017-09-19Fix SMB3.1.1 guest authentication to SambaGravatar Steve French 1-1/+1
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLGravatar Yan, Zheng 2-3/+7
2017-09-19Merge tag '4.14-smb3-multidialect-support-and-fixes-for-stable' of git://git....Gravatar Linus Torvalds 6-21/+144
2017-09-18fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLLGravatar Eric W. Biederman 1-1/+1
2017-09-17Update version of cifs moduleGravatar Steve French 1-1/+1
2017-09-17cifs: hide unused functionsGravatar Arnd Bergmann 1-0/+2
2017-09-17SMB3: Add support for multidialect negotiate (SMB2.1 and later)Gravatar Steve French 5-18/+139
2017-09-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+9
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingGravatar John Ogness 1-0/+9
2017-09-15Merge tag 'for-linus-4.14-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-53/+56
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-09-14Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-20/+287
2017-09-14Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-12/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-12/+22
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 71-278/+269
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 12-107/+78
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-11/+12
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-4/+644
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2017-09-14orangefs: Adjust three checks for null pointersGravatar Markus Elfring 2-3/+3
2017-09-14orangefs: Use kcalloc() in orangefs_prepare_cdm_array()Gravatar Markus Elfring 1-3/+1
2017-09-14orangefs: Delete error messages for a failed memory allocation in five functionsGravatar Markus Elfring 5-19/+6
2017-09-14orangefs: constify xattr_handler structureGravatar Julia Lawall 1-1/+1