summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: helper function to check replayable error codesShyam Prasad N2024-03-012-0/+8
* cifs: translate network errors on send to -ECONNABORTEDShyam Prasad N2024-03-011-2/+9
* cifs: cifs_pick_channel should try selecting active channelsShyam Prasad N2024-03-011-0/+3
* smb: Work around Clang __bdos() type confusionKees Cook2024-03-011-1/+1
* cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-03-011-1/+1
* nilfs2: fix potential bug in end_buffer_async_writeRyusuke Konishi2024-02-231-3/+5
* nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-231-6/+5
* fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov2024-02-231-26/+32
* fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov2024-02-231-4/+6
* mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa2024-02-231-1/+12
* fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador2024-02-231-2/+4
* ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-231-1/+2
* fs: relax mount_setattr() permission checksChristian Brauner2024-02-231-3/+8
* zonefs: Improve error handlingDamien Le Moal2024-02-232-43/+65
* smb: Fix regression in writes when non-standard maximum write size negotiatedSteve French2024-02-232-2/+23
* smb: client: set correct id, uid and cruid for multiuser automountsPaulo Alcantara2024-02-231-0/+16
* nilfs2: fix hang in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi2024-02-231-1/+7
* nilfs2: fix data corruption in dsync block recovery for small block sizesRyusuke Konishi2024-02-231-3/+4
* ksmbd: free aux buffer if ksmbd_iov_pin_rsp_read failsFedor Pchelkin2024-02-231-2/+6
* eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-231-4/+10
* eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-231-2/+0
* eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)2024-02-231-15/+12
* eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-231-4/+14
* eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2024-02-232-177/+78
* eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds2024-02-233-13/+22
* eventfs: Remove unused d_parent pointer fieldLinus Torvalds2024-02-232-5/+1
* tracefs: dentry lookup crapectomyLinus Torvalds2024-02-233-297/+50
* tracefs: Avoid using the ei->dentry pointer unnecessarilyLinus Torvalds2024-02-231-14/+12
* eventfs: Initialize the tracefs inode properlyLinus Torvalds2024-02-231-4/+2
* tracefs: Zero out the tracefs_inode when allocating itSteven Rostedt (Google)2024-02-232-3/+6
* eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-02-232-6/+15
* eventfs: Use kcalloc() instead of kzalloc()Erick Archer2024-02-231-3/+3
* eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)2024-02-231-15/+5
* eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)2024-02-231-0/+10
* eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)2024-02-231-13/+10
* eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)2024-02-231-23/+23
* eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)2024-02-231-7/+14
* eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)2024-02-231-5/+6
* eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)2024-02-231-130/+64
* eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)2024-02-231-35/+20
* ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-02-231-18/+21
* ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-02-231-4/+2
* cifs: fix underflow in parse_server_interfaces()Dan Carpenter2024-02-231-1/+1
* fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-02-231-1/+1
* btrfs: don't drop extent_map for free space inode on write errorJosef Bacik2024-02-231-2/+17
* btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana2024-02-231-0/+7
* btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana2024-02-231-10/+19
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-02-231-1/+1
* btrfs: forbid deleting live subvol qgroupBoris Burkov2024-02-231-0/+14
* btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo2024-02-231-2/+11