Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | lockd: server should unlock lock if client rejects the grant | Jeff Layton | 2023-04-26 | 1 | -4/+17 | |
| * | | | | | | | | | lockd: fix races in client GRANTED_MSG wait logic | Jeff Layton | 2023-04-26 | 2 | -31/+39 | |
| * | | | | | | | | | lockd: move struct nlm_wait to lockd.h | Jeff Layton | 2023-04-26 | 1 | -12/+0 | |
| * | | | | | | | | | lockd: purge resources held on behalf of nlm clients when shutting down | Jeff Layton | 2023-04-26 | 1 | -0/+1 | |
| * | | | | | | | | | NFSD: Convert filecache to rhltable | Chuck Lever | 2023-04-26 | 2 | -187/+133 | |
| * | | | | | | | | | nfsd: allow reaping files still under writeback | Jeff Layton | 2023-04-26 | 2 | -4/+17 | |
| * | | | | | | | | | nfsd: update comment over __nfsd_file_cache_purge | Jeff Layton | 2023-04-26 | 1 | -1/+2 | |
| * | | | | | | | | | nfsd: don't take/put an extra reference when putting a file | Jeff Layton | 2023-04-26 | 1 | -3/+1 | |
| * | | | | | | | | | nfsd: add some comments to nfsd_file_do_acquire | Jeff Layton | 2023-04-26 | 1 | -0/+5 | |
| * | | | | | | | | | nfsd: don't kill nfsd_files because of lease break error | Jeff Layton | 2023-04-26 | 1 | -14/+15 | |
| * | | | | | | | | | nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator | Jeff Layton | 2023-04-26 | 1 | -1/+1 | |
| * | | | | | | | | | nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries | Jeff Layton | 2023-04-26 | 1 | -0/+4 | |
| * | | | | | | | | | nfsd: don't open-code clear_and_wake_up_bit | Jeff Layton | 2023-04-26 | 1 | -3/+1 | |
* | | | | | | | | | | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2023-04-29 | 14 | -485/+565 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | NFSv4.2: Rework scratch handling for READ_PLUS | Anna Schumaker | 2023-04-28 | 2 | -7/+14 | |
| * | | | | | | | | | | NFS: Cleanup unused rpc_clnt variable | Benjamin Coddington | 2023-04-21 | 1 | -4/+0 | |
| * | | | | | | | | | | NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static | Tom Rix | 2023-04-21 | 1 | -1/+1 | |
| * | | | | | | | | | | NFS: Convert readdir page array functions to use a folio | Anna Schumaker | 2023-04-12 | 1 | -102/+99 | |
| * | | | | | | | | | | NFS: Convert the readdir array-of-pages into an array-of-folios | Anna Schumaker | 2023-04-12 | 1 | -64/+65 | |
| * | | | | | | | | | | NFSv3: handle out-of-order write replies. | NeilBrown | 2023-04-11 | 1 | -15/+97 | |
| * | | | | | | | | | | NFS: Remove fscache specific trace points and NFS_INO_FSCACHE bit | Dave Wysochanski | 2023-04-11 | 1 | -91/+0 | |
| * | | | | | | | | | | NFS: Remove all NFSIOS_FSCACHE counters due to conversion to netfs API | Dave Wysochanski | 2023-04-11 | 2 | -28/+0 | |
| * | | | | | | | | | | NFS: Convert buffered read paths to use netfs when fscache is enabled | Dave Wysochanski | 2023-04-11 | 6 | -152/+268 | |
| * | | | | | | | | | | NFS: Configure support for netfs when NFS fscache is configured | Dave Wysochanski | 2023-04-11 | 3 | -20/+16 | |
| * | | | | | | | | | | NFS: Rename readpage_async_filler to nfs_read_add_folio | Dave Wysochanski | 2023-04-11 | 1 | -27/+27 | |
| * | | | | | | | | | | nfs: simplify two-level sysctl registration for nfs_cb_sysctls | Luis Chamberlain | 2023-04-11 | 1 | -19/+1 | |
| * | | | | | | | | | | nfs: simplify two-level sysctl registration for nfs4_cb_sysctls | Luis Chamberlain | 2023-04-11 | 1 | -19/+2 | |
| * | | | | | | | | | | lockd: simplify two-level sysctl registration for nlm_sysctls | Luis Chamberlain | 2023-04-11 | 1 | -19/+1 | |
| * | | | | | | | | | | NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease | Trond Myklebust | 2023-04-10 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge tag 'ntfs3_for_6.4' of https://github.com/Paragon-Software-Group/linux-... | Linus Torvalds | 2023-04-29 | 16 | -446/+528 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fs/ntfs3: Fix root inode checking | Konstantin Komarov | 2023-03-27 | 1 | -1/+10 | |
| * | | | | | | | | | | | fs/ntfs3: Print details about mount fails | Konstantin Komarov | 2023-03-27 | 3 | -92/+122 | |
| * | | | | | | | | | | | fs/ntfs3: Add missed "nocase" in ntfs_show_options | Konstantin Komarov | 2023-03-27 | 1 | -19/+21 | |
| * | | | | | | | | | | | fs/ntfs3: Code formatting and refactoring | Konstantin Komarov | 2023-03-27 | 15 | -178/+186 | |
| * | | | | | | | | | | | fs/ntfs3: Changed ntfs_get_acl() to use dentry | Konstantin Komarov | 2023-03-27 | 4 | -22/+15 | |
| * | | | | | | | | | | | fs/ntfs3: Remove field sbi->used.bitmap.set_tail | Konstantin Komarov | 2023-03-27 | 2 | -3/+0 | |
| * | | | | | | | | | | | fs/ntfs3: Undo critial modificatins to keep directory consistency | Konstantin Komarov | 2023-03-27 | 1 | -10/+20 | |
| * | | | | | | | | | | | fs/ntfs3: Undo endian changes | Konstantin Komarov | 2023-03-27 | 1 | -6/+5 | |
| * | | | | | | | | | | | fs/ntfs3: Optimization in ntfs_set_state() | Konstantin Komarov | 2023-03-27 | 1 | -2/+7 | |
| * | | | | | | | | | | | fs/ntfs3: Fix ntfs_create_inode() | Konstantin Komarov | 2023-03-27 | 4 | -49/+58 | |
| * | | | | | | | | | | | fs/ntfs3: Remove noacsrules | Konstantin Komarov | 2023-03-27 | 6 | -38/+1 | |
| * | | | | | | | | | | | fs/ntfs3: Use bh_read to simplify code | Konstantin Komarov | 2023-03-27 | 2 | -8/+3 | |
| * | | | | | | | | | | | fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() | Jia-Ju Bai | 2023-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | fs/ntfs3: Refactoring of various minor issues | Konstantin Komarov | 2023-03-27 | 5 | -8/+8 | |
| * | | | | | | | | | | | fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr | Konstantin Komarov | 2023-03-27 | 3 | -4/+10 | |
| * | | | | | | | | | | | fs/ntfs3: Check for extremely large size of $AttrDef | Konstantin Komarov | 2023-03-27 | 1 | -1/+9 | |
| * | | | | | | | | | | | fs/ntfs3: Improved checking of attribute's name length | Konstantin Komarov | 2023-03-27 | 1 | -1/+7 | |
| * | | | | | | | | | | | fs/ntfs3: Add null pointer checks | Konstantin Komarov | 2023-03-27 | 2 | -7/+12 | |
| * | | | | | | | | | | | fs/ntfs3: fix spelling mistake "attibute" -> "attribute" | Yu Zhe | 2023-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | fs/ntfs3: Add length check in indx_get_root | Edward Lo | 2023-03-27 | 1 | -1/+10 |