summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed2021-11-031-1/+2
| * | | | | | 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-036-334/+122
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0957-249/+292
|\ \ \ \ \ \ \
| * | | | | | | sysv: use BUILD_BUG_ON instead of runtime checkPavel Skripkin2021-11-091-4/+2
| * | | | | | | seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-091-16/+0
| * | | | | | | hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann2021-11-092-12/+6
| * | | | | | | nilfs2: remove filenames from file commentsRyusuke Konishi2021-11-0939-39/+39
| * | | | | | | nilfs2: replace snprintf in show functions with sysfs_emitQing Wang2021-11-091-38/+38
| * | | | | | | coda: bump module version to 7.2Jan Harkes2021-11-091-1/+1
| * | | | | | | coda: use vmemdup_user to replace the open codeJing Yangyang2021-11-091-8/+4
| * | | | | | | coda: convert from atomic_t to refcount_t on coda_vm_ops->refcntXiyu Yang2021-11-091-4/+5
| * | | | | | | coda: avoid doing bad things on inode type changes during revalidationJan Harkes2021-11-093-25/+30
| * | | | | | | coda: avoid hidden code duplication in renameJan Harkes2021-11-091-5/+2
| * | | | | | | coda: avoid flagging NULL inodesJan Harkes2021-11-091-0/+3
| * | | | | | | coda: remove err which no one careAlex Shi2021-11-091-2/+1
| * | | | | | | coda: check for async upcall request using local stateJan Harkes2021-11-091-1/+2
| * | | | | | | coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-091-4/+9
| * | | | | | | ramfs: fix mount source show for ramfsyangerkun2021-11-091-4/+7
| * | | | | | | ELF: simplify STACK_ALLOC macroAlexey Dobriyan2021-11-091-1/+1
| * | | | | | | binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook2021-11-091-9/+22
| * | | | | | | proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan2021-11-091-8/+10
| * | | | | | | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-30/+69
| * | | | | | | proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand2021-11-091-4/+4
| * | | | | | | procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-091-0/+3
| * | | | | | | mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-15/+8
| * | | | | | | vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-092-20/+27
* | | | | | | | Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2021-11-0615-1091/+1299
|\ \ \ \ \ \ \ \
| * | | | | | | | smb3: add dynamic trace points for socket connectionSteve French2021-11-052-1/+73
| * | | | | | | | cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-055-176/+215
| * | | | | | | | cifs: Move more definitions into the shared areaRonnie Sahlberg2021-11-053-226/+276
| * | | | | | | | cifs: move NEGOTIATE_PROTOCOL definitions out into the common areaRonnie Sahlberg2021-11-053-222/+231
| * | | | | | | | cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-0512-476/+493
| * | | | | | | | cifs: add mount parameter tcpnodelaySteve French2021-11-022-0/+9
| * | | | | | | | cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-023-8/+20
* | | | | | | | | Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-0610-69/+307
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ext4: Send notifications on errorGabriel Krisman Bertazi2021-10-271-0/+8
| * | | | | | | | | fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi2021-10-272-1/+5
| * | | | | | | | | fanotify: Emit generic error info for error eventGabriel Krisman Bertazi2021-10-273-0/+38
| * | | | | | | | | fanotify: Report fid info for file related file system errorsGabriel Krisman Bertazi2021-10-273-3/+25
| * | | | | | | | | fanotify: WARN_ON against too large file handlesGabriel Krisman Bertazi2021-10-271-1/+11
| * | | | | | | | | fanotify: Add helpers to decide whether to report FID/DFIDGabriel Krisman Bertazi2021-10-272-6/+17
| * | | | | | | | | fanotify: Wrap object_fh inline space in a creator macroGabriel Krisman Bertazi2021-10-271-3/+9
| * | | | | | | | | fanotify: Support merging of error eventsGabriel Krisman Bertazi2021-10-272-3/+27
| * | | | | | | | | fanotify: Support enqueueing of error eventsGabriel Krisman Bertazi2021-10-272-0/+41
| * | | | | | | | | fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi2021-10-273-1/+39
| * | | | | | | | | fanotify: Reserve UAPI bits for FAN_FS_ERRORGabriel Krisman Bertazi2021-10-271-0/+1
| * | | | | | | | | fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi2021-10-271-6/+6
| * | | | | | | | | fanotify: Encode empty file handle when no inode is providedGabriel Krisman Bertazi2021-10-271-1/+8
| * | | | | | | | | fanotify: Allow file handle encoding for unhashed eventsGabriel Krisman Bertazi2021-10-271-2/+6
| * | | | | | | | | fanotify: Support null inode event in fanotify_dfid_inodeGabriel Krisman Bertazi2021-10-271-1/+1