Age | Commit message (Expand) | Author | Files | Lines |
2019-07-21 | filename_lookup(): audit_inode() argument is always 0 | Al Viro | 1 | -1/+1 |
2019-07-21 | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 8 | -31/+126 |
2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -115/+172 |
2019-07-19 | Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 11 | -2217/+2259 |
2019-07-19 | Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 7 | -141/+161 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 23 | -229/+252 |
2019-07-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -12/+15 |
2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 3 | -7/+9 |
2019-07-18 | mm: migrate: remove unused mode argument | Keith Busch | 4 | -4/+4 |
2019-07-18 | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 1 | -1/+2 |
2019-07-18 | cifs: update internal module number | Steve French | 1 | -1/+1 |
2019-07-18 | cifs: flush before set-info if we have writeable handles | Ronnie Sahlberg | 1 | -0/+16 |
2019-07-18 | smb3: optimize open to not send query file internal info | Steve French | 5 | -26/+56 |
2019-07-18 | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 27 | -336/+885 |
2019-07-18 | pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS | Trond Myklebust | 4 | -1/+111 |
2019-07-18 | pnfs: Fix a problem where we gratuitously start doing I/O through the MDS | Trond Myklebust | 1 | -1/+1 |
2019-07-18 | cifs: copy_file_range needs to strip setuid bits and update timestamps | Amir Goldstein | 1 | -3/+8 |
2019-07-18 | CIFS: fix deadlock in cached root handling | Aurelien Aptel | 1 | -1/+45 |
2019-07-18 | pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error | Trond Myklebust | 1 | -1/+1 |
2019-07-18 | NFSv4: Don't use the zero stateid with layoutget | Trond Myklebust | 2 | -5/+12 |
2019-07-18 | Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -2/+6 |
2019-07-18 | Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 19 | -153/+335 |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 17 | -439/+726 |
2019-07-18 | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi... | Linus Torvalds | 1 | -20/+33 |
2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -7/+12 |
2019-07-18 | SUNRPC: Fix up backchannel slot table accounting | Trond Myklebust | 1 | -0/+3 |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 29 | -253/+491 |
2019-07-17 | iomap: move internal declarations into fs/iomap/ | Darrick J. Wong | 6 | -19/+0 |
2019-07-17 | iomap: move the main iteration code into a separate file | Darrick J. Wong | 3 | -17/+2 |
2019-07-17 | iomap: move the buffered IO code into a separate file | Darrick J. Wong | 3 | -1053/+1074 |
2019-07-17 | iomap: move the direct IO code into a separate file | Darrick J. Wong | 3 | -554/+563 |
2019-07-17 | iomap: move the SEEK_HOLE code into a separate file | Darrick J. Wong | 3 | -202/+216 |
2019-07-17 | iomap: move the file mapping reporting code into a separate file | Darrick J. Wong | 3 | -136/+149 |
2019-07-17 | iomap: move the swapfile code into a separate file | Darrick J. Wong | 3 | -170/+183 |
2019-07-16 | switch the remnants of releasing the mountpoint away from fs_pin | Al Viro | 3 | -28/+26 |
2019-07-16 | get rid of detach_mnt() | Al Viro | 1 | -34/+28 |
2019-07-16 | make struct mountpoint bear the dentry reference to mountpoint, not struct mount | Al Viro | 2 | -28/+25 |
2019-07-16 | dax: Fix missed wakeup with PMD faults | Matthew Wilcox (Oracle) | 1 | -20/+33 |
2019-07-16 | fs/select.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -3/+3 |
2019-07-16 | select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining() | Oleg Nesterov | 1 | -33/+13 |
2019-07-16 | select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR | Oleg Nesterov | 1 | -23/+7 |
2019-07-16 | signal: simplify set_user_sigmask/restore_user_sigmask | Oleg Nesterov | 4 | -50/+27 |
2019-07-16 | fs/reiserfs/journal.c: change return type of dirty_one_transaction | Hariprasad Kelam | 1 | -4/+2 |
2019-07-16 | fs/ufs/super.c: remove set but not used variable 'usb3' | YueHaibing | 1 | -2/+0 |
2019-07-16 | fs/hfsplus/xattr.c: replace strncpy with memcpy | Mathieu Malaterre | 1 | -1/+1 |
2019-07-16 | coda: add hinting support for partial file caching | Pedro Cuadra | 5 | -25/+112 |
2019-07-16 | coda: ftoc validity check integration | Fabian Frederick | 4 | -18/+18 |
2019-07-16 | coda: remove sb test in coda_fid_to_inode() | Fabian Frederick | 1 | -5/+0 |
2019-07-16 | coda: remove sysctl object from module when unused | Fabian Frederick | 4 | -16/+12 |
2019-07-16 | coda: add __init to init_coda_psdev() | Fabian Frederick | 1 | -1/+1 |