Linux Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v8 23/24] ima: Make it independent from 'integrity' LSM, (continued)
- Convert write_cache_pages() to an iterator v2,
Christoph Hellwig
- [PATCH 01/11] writeback: Factor out writeback_finish(), Christoph Hellwig
- [PATCH 02/11] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 03/11] writeback: Factor should_writeback_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 04/11] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 05/11] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 06/11] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 07/11] writeback: Factor writeback_iter_init() out of write_cache_pages(), Christoph Hellwig
- [PATCH 08/11] writeback: Factor writeback_get_folio() out of write_cache_pages(), Christoph Hellwig
- [PATCH 09/11] writeback: Factor writeback_iter_next() out of write_cache_pages(), Christoph Hellwig
- [PATCH 10/11] writeback: Add for_each_writeback_folio(), Christoph Hellwig
- [PATCH 11/11] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [viro-vfs:headers.unaligned 2/2] drivers/hid/hid-kye.c:11:10: fatal error: asm-generic/unaligned.h: No such file or directory, kernel test robot
- [viro-vfs:headers.unaligned 2/2] drivers/cxl/core/trace.h:11:10: fatal error: asm-generic/unaligned.h: No such file or directory,
kernel test robot
- [PATCH 1/2 v2] fs/proc: show correct device and inode numbers in /proc/pid/maps,
Andrei Vagin
- [viro-vfs:headers.unaligned 2/2] include/linux/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0),
kernel test robot
- [PATCH 0/8] Revert setting casefolding dentry operations through s_d_op,
Gabriel Krisman Bertazi
- [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v3 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v3 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v3 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v3 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [PATCH v3 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v3 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v3 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v3 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v3 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v3 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v3 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- RE: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave, Hyeongtak Ji
- Re: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave, Arnd Bergmann
- [git pull] ufs fix,
Al Viro
- [PATCH] add selftest for statmount/listmount,
Miklos Szeredi
- [PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v4 03/13] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v4 08/13] cifs: Implement netfslib hooks, David Howells
- [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v4 10/13] cifs: Cut over to using netfslib, David Howells
- [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH] fuse: Fix VM_MAYSHARE and direct_io_allow_mmap,
Bernd Schubert
- [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v4 08/39] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v4 09/39] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v4 13/39] netfs: Add support for DIO buffering, David Howells
- [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v4 15/39] netfs: Add bounce buffering support, David Howells
- [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v4 30/39] netfs: Implement buffered write API, David Howells
- [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v4 32/39] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v4 34/39] netfs: Provide a writepages implementation, David Howells
- [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v4 35/39] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v4 36/39] netfs: Implement a write-through caching option, David Howells
- [PATCH v4 38/39] afs: Use the netfs write helpers, David Howells
- [PATCH v4 39/39] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data, David Howells
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib, Jeff Layton
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib, Christian Brauner
- [RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace,
Michael Weiß
- [PATCH v2 00/40] afs: Fix probe handling, server rotation and RO volume callback handling,
David Howells
- [PATCH v2 01/40] afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu(), David Howells
- [PATCH v2 02/40] afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*(), David Howells
- [PATCH v2 04/40] rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock(), David Howells
- [PATCH v2 03/40] afs: use read_seqbegin() in afs_check_validity() and afs_getattr(), David Howells
- [PATCH v2 06/40] afs: Automatically generate trace tag enums, David Howells
- [PATCH v2 05/40] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH v2 07/40] afs: Add comments on abort handling, David Howells
- [PATCH v2 08/40] afs: Turn the afs_addr_list address array into an array of structs, David Howells
- [PATCH v2 10/40] afs: Don't skip server addresses for which we didn't get an RTT reading, David Howells
- [PATCH v2 11/40] afs: Rename addr_list::failed to probe_failed, David Howells
- [PATCH v2 13/40] afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration, David Howells
- [PATCH v2 09/40] rxrpc, afs: Allow afs to pin rxrpc_peer objects, David Howells
- [PATCH v2 12/40] afs: Handle the VIO and UAEIO aborts explicitly, David Howells
- [PATCH v2 14/40] afs: Wrap most op->error accesses with inline funcs, David Howells
- [PATCH v2 15/40] afs: Don't put afs_call in afs_wait_for_call_to_complete(), David Howells
- [PATCH v2 17/40] afs: Add a tracepoint for struct afs_addr_list, David Howells
- [PATCH v2 16/40] afs: Simplify error handling, David Howells
- [PATCH v2 18/40] afs: Rename some fields, David Howells
- [PATCH v2 21/40] rxrpc: Create a procfile to display outstanding client conn bundles, David Howells
- [PATCH v2 22/40] afs: Add some more info to /proc/net/afs/servers, David Howells
- [PATCH v2 23/40] afs: Remove the unimplemented afs_cmp_addr_list(), David Howells
- [PATCH v2 19/40] afs: Use peer + service_id as call address, David Howells
- [PATCH v2 25/40] afs: Mark address lists with configured priorities, David Howells
- [PATCH v2 26/40] afs: Dispatch fileserver probes in priority order, David Howells
- [PATCH v2 20/40] afs: Fold the afs_addr_cursor struct in, David Howells
- [PATCH v2 24/40] afs: Provide a way to configure address priorities, David Howells
- [PATCH v2 27/40] afs: Dispatch vlserver probes in priority order, David Howells
- [PATCH v2 30/40] afs: Make it possible to find the volumes that are using a server, David Howells
- [PATCH v2 29/40] afs: Combine the endpoint state bools into a bitmask, David Howells
- [PATCH v2 31/40] afs: Defer volume record destruction to a workqueue, David Howells
- [PATCH v2 28/40] afs: Keep a record of the current fileserver endpoint state, David Howells
- [PATCH v2 33/40] afs: Apply server breaks to mmap'd files in the call processor, David Howells
- [PATCH v2 32/40] afs: Move the vnode/volume validity checking code into its own file, David Howells
- [PATCH v2 35/40] afs: Don't leave DONTUSE/NEWREPSITE servers out of server list, David Howells
- [PATCH v2 39/40] afs: Fix offline and busy message emission, David Howells
- [PATCH v2 36/40] afs: Parse the VolSync record in the reply of a number of RPC ops, David Howells
- [PATCH v2 37/40] afs: Overhaul invalidation handling to better support RO volumes, David Howells
- [PATCH v2 40/40] afs: trace: Log afs_make_call(), including server address, David Howells
- [PATCH v2 34/40] afs: Fix comment in afs_do_lookup(), David Howells
- [PATCH v2 38/40] afs: Fix fileserver rotation, David Howells
- [PATCH] afs: Fix use-after-free due to get/remove race in volume tree,
David Howells
- [PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock,
Maria Yu
- [PATCH] [v2] statmount: reduce runtime stack usage,
Arnd Bergmann
- [PATCH 0/3] Move fscrypt keyring destruction to after ->put_super,
Eric Biggers
- [patches][cft] ufs stuff,
Al Viro
- [PATCH 01/12] fs/ufs: Use the offset_in_page() helper, Al Viro
- [PATCH 02/12] fs/ufs: Change the signature of ufs_get_page(), Al Viro
- [PATCH 03/12] fs/ufs: Use ufs_put_page() in ufs_rename(), Al Viro
- [PATCH 06/12] ufs: untangle ubh_...block...() macros, part 1, Al Viro
- [PATCH 08/12] ufs: untangle ubh_...block...(), part 3, Al Viro
- [PATCH 07/12] ufs: untangle ubh_...block...(), part 2, Al Viro
- [PATCH 10/12] ufs_inode_getfrag(): remove junk comment, Al Viro
- [PATCH 09/12] ufs_clusteracct(): switch to passing fragment number, Al Viro
- [PATCH 05/12] ufs: fix handling of delete_entry and set_link failures, Al Viro
- [PATCH 11/12] ufs: get rid of ubh_{ubhcpymem,memcpyubh}(), Al Viro
- [PATCH 12/12] clean ufs_trunc_direct() up a bit..., Al Viro
- [PATCH 04/12] fs/ufs: Replace kmap() with kmap_local_page(), Al Viro
- Re: [patches][cft] ufs stuff, Al Viro
- [minixfs] conversion to kmap_local_page(),
Al Viro
- [syzbot] Monthly fs report (Dec 2023), syzbot
- [PATCH] statmount: reduce runtime stack usage,
Arnd Bergmann
- [GIT PULL] fuse fixes for 6.7-rc6,
Miklos Szeredi
- [PATCH v3 0/3] afs: Fix dynamic root interaction with failing DNS lookups,
David Howells
- [syzbot] [reiserfs?] possible deadlock in reiserfs_get_block (2), syzbot
- [syzbot] [hfs?] possible deadlock in hfs_extend_file (2),
syzbot
- [syzbot] [btrfs?] WARNING in fiemap_process_hole, syzbot
- [syzbot] [fs?] WARNING: proc registration bug in bcm_connect, syzbot
- [PATCH v2 00/16] block atomic writes,
John Garry
- [PATCH v2 08/16] block: Limit atomic write IO size according to atomic_write_max_sectors, John Garry
- [PATCH v2 07/16] block: Pass blk_queue_get_max_sectors() a request pointer, John Garry
- [PATCH v2 06/16] block: Add REQ_ATOMIC flag, John Garry
- [PATCH v2 02/16] block: Limit atomic writes according to bio and queue limits, John Garry
- [PATCH v2 04/16] fs: Increase fmode_t size, John Garry
- [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support, John Garry
- [PATCH v2 03/16] fs/bdev: Add atomic write support info to statx, John Garry
- [PATCH v2 09/16] block: Error an attempt to split an atomic write bio, John Garry
- [PATCH v2 10/16] block: Add checks to merging of atomic writes, John Garry
- [PATCH v2 15/16] nvme: Support atomic writes, John Garry
- [PATCH v2 16/16] nvme: Ensure atomic writes will be executed atomically, John Garry
- [PATCH v2 14/16] scsi: scsi_debug: Atomic write support, John Garry
- [PATCH v2 01/16] block: Add atomic write operations to request_queue limits, John Garry
- [PATCH v2 11/16] block: Add fops atomic write support, John Garry
- [PATCH v2 12/16] scsi: sd: Support reading atomic write properties from block limits VPD, John Garry
- [PATCH v2 13/16] scsi: sd: Add WRITE_ATOMIC_16 support, John Garry
- Re: [PATCH v2 00/16] block atomic writes, Christoph Hellwig
- [PATCH RESEND 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK,
Ahelenia Ziemiańska
- [PATCH v3 0/5] Prepare for fsnotify pre-content permission events,
Amir Goldstein
- Re: [PATCH 1/2] fs/proc: show correct device and inode numbers in /proc/pid/maps,
Amir Goldstein
- Re: [PATCH 2/2] selftests/overlayfs: verify device and inode numbers in /proc/pid/maps, Amir Goldstein
- file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?),
Kent Overstreet
- Re: file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?), NeilBrown
- Re: file handle in statx (was: Re: How to cope with subvolumes and snapshots on muti-user systems?), David Howells
[PATCH v2 0/3] afs: Fix dynamic root interaction with failing DNS lookups,
David Howells
[PATCH 5.15 138/141] cifs: Fix non-availability of dedup breaking generic/304, Greg Kroah-Hartman
[PATCH 6.1 169/194] cifs: Fix non-availability of dedup breaking generic/304, Greg Kroah-Hartman
[PATCH 5.4 64/67] cifs: Fix non-availability of dedup breaking generic/304, Greg Kroah-Hartman
[PATCH 5.10 93/97] cifs: Fix non-availability of dedup breaking generic/304, Greg Kroah-Hartman
[PATCH 6.6 215/244] cifs: Fix non-availability of dedup breaking generic/304, Greg Kroah-Hartman
[PATCH 0/3] afs: Fix dynamic root interaction with failing DNS lookups,
David Howells
[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules,
Yu Kuai
- [PATCH RFC v2 for-6.8/block 02/18] xen/blkback: use bdev api in xen_update_blkif_status(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 03/18] bcache: use bdev api in read_super(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 04/18] mtd: block2mtd: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 05/18] s390/dasd: use bdev api in dasd_format(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 06/18] scsicam: use bdev api in scsi_bios_ptable(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 07/18] bcachefs: remove dead function bdev_sectors(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 08/18] bio: export bio_add_folio_nofail(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 09/18] btrfs: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 10/18] cramfs: use bdev apis in cramfs_blkdev_read(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 11/18] erofs: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 12/18] gfs2: use bdev api, Yu Kuai
- [PATCH RFC v2 for-6.8/block 13/18] nilfs2: use bdev api in nilfs_attach_log_writer(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 14/18] jbd2: use bdev apis, Yu Kuai
- [PATCH RFC v2 for-6.8/block 15/18] buffer: add a new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 16/18] ext4: use new helper to read sb block, Yu Kuai
- [PATCH RFC v2 for-6.8/block 17/18] ext4: remove block_device_ejected(), Yu Kuai
- [PATCH RFC v2 for-6.8/block 18/18] ext4: use bdev apis, Yu Kuai
[ANNOUNCE] xfs-linux: for-next updated to 18793e050504, Chandan Babu R
[PATCH v3 RESEND 0/2] fuse: Add support for resend pending requests,
Zhao Chen
[syzbot] [gfs2] WARNING in vfs_utimes,
syzbot
[syzbot] Monthly udf report (Dec 2023), syzbot
[PATCH v1 11/11] exfat: remove duplicate update parent dir, yuezhang . mo
[GIT PULL] More bcachefs fixes for 6.7,
Kent Overstreet
[PATCH] eventfd: Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
[PATCH v2 0/5] Prepare for fsnotify pre-content permission events,
Amir Goldstein
[syzbot] Monthly xfs report (Dec 2023), syzbot
[syzbot] Monthly ext4 report (Dec 2023), syzbot
[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in diNewExt,
syzbot
[PATCH] quota: convert dquot_claim_space_nodirty() to return void,
Chao Yu
[PATCH] exfat/balloc: using ffs instead of internal logic,
John Sanpe
[PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v2 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v2 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v2 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v2 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- Re: [PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave, Huang, Ying
mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests,
Luis Chamberlain
[PATCH] afs: Fix refcount underflow from error handling race,
David Howells
[RFC][PATCH] overlayfs: Redirect xattr ops on security.evm to security.evm_overlayfs,
Roberto Sassu
[PATCH v8 0/9] Landlock: IOCTL support,
Günther Noack
[PATCH] fs: super: use GFP_KERNEL instead of GFP_USER for super block allocation,
Alexander Mikhalitsyn
[PATCH v1 10/11] exfat: do not sync parent dir if just update timestamp,
yuezhang . mo
[PATCH v1 05/11] exfat: covert exfat_remove_entries() to use dentry cache,
yuezhang . mo
[PATCH v1 09/11] exfat: remove unused functions, yuezhang . mo
[PATCH v1 08/11] exfat: remove __exfat_find_empty_entry(),
yuezhang . mo
[PATCH v1 06/11] exfat: move free cluster out of exfat_init_ext_entry(), yuezhang . mo
[PATCH v1 04/11] exfat: covert exfat_add_entry() to use dentry cache, yuezhang . mo
[PATCH v1 02/11] exfat: add exfat_get_empty_dentry_set() helper, yuezhang . mo
[PATCH v1 00/11] exfat: improve sync dentry, yuezhang . mo
[PATCH v1 07/11] exfat: covert exfat_init_ext_entry() to use dentry cache, yuezhang . mo
[PATCH v1 03/11] exfat: covert exfat_find_empty_entry() to use dentry cache, yuezhang . mo
[PATCH v1 01/11] exfat: add __exfat_get_dentry_set() helper,
yuezhang . mo
[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response,
Amir Goldstein
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]