Show patches with: none      |   64964 patches
« 1 2 ... 638 639 640649 650 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v3,13/45] richacl: Update the file masks in chmod() - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,12/45] richacl: Compute maximum file masks from an acl - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,11/45] richacl: Permission mapping functions - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,10/45] richacl: In-memory representation and helper functions - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,09/45] vfs: Add permission flags for setting file attributes - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,08/45] vfs: Make the inode passed to inode_change_ok non-const - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,07/45] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,06/45] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,05/45] vfs: Add IS_ACL() and IS_RICHACL() tests - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,04/45] vfs: Shrink struct posix_acl - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,03/45] nfsd: Checking for acl support does not require fetching any acls - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,02/45] uapi: Remove kernel internal declaration - - - --- 2015-04-24 Andreas Grünbacher New
[RFC,v3,01/45] vfs: Minor documentation fix - - - --- 2015-04-24 Andreas Grünbacher New
fs/compat: remove redundant 'less than zero' check - - - --- 2015-04-24 Firo Yang New
[RESEND] configfs: init configfs module earlier at boot time - - - --- 2015-04-24 Daniel Baluta New
[RFC] sysrq: Emergency Remount R/O in reverse order - - - --- 2015-04-24 Amir Goldstein New
[v3,3/4] fs: make _submit_bh consistent with generic bio chaining - - - --- 2015-04-24 Christoph Hellwig New
[RFC,PATCHSET] non-recursive link_path_walk() and reducing stack footprint - - - --- 2015-04-24 NeilBrown New
[v3,3/4] fs: make _submit_bh consistent with generic bio chaining - - - --- 2015-04-23 Ming Lin New
[v2] splice: sendfile() at once fails for big files - - - --- 2015-04-23 Christophe Leroy New
procfs: Remove unnecessary cast in alloc codes - - - --- 2015-04-23 Firo Yang New
f2fs: export more enums for tracepoint - - - --- 2015-04-22 Jaegeuk Kim New
um: Remove hppfs - - - --- 2015-04-22 Richard Weinberger New
[v14,4/4] ext4: cleanup inode flag definitions - - - --- 2015-04-22 Li Xi New
[v14,3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support - - - --- 2015-04-22 Li Xi New
[v14,2/4] ext4: adds project quota support - - - --- 2015-04-22 Li Xi New
[v14,1/4] ext4: adds project ID support - - - --- 2015-04-22 Li Xi New
f2fs: fix wrong error hanlder in f2fs_follow_link - - - --- 2015-04-22 Jaegeuk Kim New
cifs: When "refer file directly", make new inode cache if "uniqueid is different" - - - --- 2015-04-22 Steve French New
[v3,7/7] nvme: LightNVM support - - - --- 2015-04-22 Matias Bjørling New
[v3,6/7] nvme: rename and expose nvme_alloc_iod - - - --- 2015-04-22 Matias Bjørling New
[v3,5/7] null_blk: LightNVM support - - - --- 2015-04-22 Matias Bjørling New
[v3,4/7] lightnvm: RRPC target - - - --- 2015-04-22 Matias Bjørling New
[v3,3/7] lightnvm: Support for Open-Channel SSDs - - - --- 2015-04-22 Matias Bjørling New
[v3,2/7] block: add REQ_NVM_GC for targets gc - - - --- 2015-04-22 Matias Bjørling New
[v3,1/7] bio: Introduce LightNVM payload - - - --- 2015-04-22 Matias Bjørling New
fs/file.c: don't acquire files->file_lock in fd_install() - - - --- 2015-04-22 Eric Dumazet New
[2/2] staging: lustre: replace ll_{get,put}name() with {get,put}name() - - - --- 2015-04-22 Boqun Feng New
[1/2] vfs: export symbol 'getname' and 'putname' - - - --- 2015-04-22 Boqun Feng New
[RFC] fs: use a sequence counter instead of file_lock in fd_install - - - --- 2015-04-21 Eric Dumazet New
[RFC,DRAFT] per-buffered-write stream IDs - - - --- 2015-04-21 Ming Lin New
logfs: fix a pagecache leak for symlinks - - - --- 2015-04-21 Al Viro New
[RFC] fs: use a sequence counter instead of file_lock in fd_install - - - --- 2015-04-20 Eric Dumazet New
stat.2: add note about stat being racy - - - --- 2015-04-20 Jann Horn New
[24/24] uninline walk_component() - - - --- 2015-04-20 Al Viro New
[23/24] new ->follow_link() and ->put_link() calling conventions - - - --- 2015-04-20 Al Viro New
[22/24] namei: trim the arguments of get_link() - - - --- 2015-04-20 Al Viro New
[21/24] namei: regularize use of put_link() and follow_link(), trim arguments - - - --- 2015-04-20 Al Viro New
[20/24] namei: introduce nameidata->stack - - - --- 2015-04-20 Al Viro New
[19/24] namei: fold may_follow_link() into follow_link() - - - --- 2015-04-20 Al Viro New
[18/24] link_path_walk: cleanup - turn goto start; into continue; - - - --- 2015-04-20 Al Viro New
[17/24] link_path_walk: split "return from recursive call" path - - - --- 2015-04-20 Al Viro New
[16/24] link_path_walk: kill the recursion - - - --- 2015-04-20 Al Viro New
[15/24] link_path_walk: final preparations to killing recursion - - - --- 2015-04-20 Al Viro New
[14/24] link_path_walk: get rid of duplication - - - --- 2015-04-20 Al Viro New
[13/24] link_path_walk: massage a bit more - - - --- 2015-04-20 Al Viro New
[12/24] link_path_walk: turn inner loop into explicit goto - - - --- 2015-04-20 Al Viro New
[11/24] link_path_walk: don't bother with walk_component() after jumping link - - - --- 2015-04-20 Al Viro New
[10/24] link_path_walk: handle get_link() returning ERR_PTR() immediately - - - --- 2015-04-20 Al Viro New
[09/24] namei: fold follow_link() into link_path_walk() - - - --- 2015-04-20 Al Viro New
[08/24] namei.c: separate the parts of follow_link() that find the link body - - - --- 2015-04-20 Al Viro New
[07/24] namei: expand nested_symlink() in its only caller - - - --- 2015-04-20 Al Viro New
[06/24] VFS: remove nameidata args from ->follow_link - - - --- 2015-04-20 Al Viro New
[05/24] SECURITY: remove nameidata arg from inode_follow_link. - - - --- 2015-04-20 Al Viro New
[04/24] VFS: replace nameidata arg to ->put_link with a char*. - - - --- 2015-04-20 Al Viro New
[03/24] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link - - - --- 2015-04-20 Al Viro New
[02/24] VFS: replace {, total_}link_count in task_struct with pointer to nameidata - - - --- 2015-04-20 Al Viro New
[01/24] lustre: rip the private symlink nesting limit out - - - --- 2015-04-20 Al Viro New
[RFC] cachefiles: Make better use of SEEK_DATA/SEEK_HOLE - - - --- 2015-04-20 David Howells New
[3/3] btrfs: set FS_SUPPORTS_SEEK_HOLE flag. - - - --- 2015-04-20 NeilBrown New
[2/3] fscache/cachefiles: optionally use SEEK_DATA instead of ->bmap. - - - --- 2015-04-20 NeilBrown New
[1/3] cachefiles: perform test on s_blocksize when opening cache file. - - - --- 2015-04-20 NeilBrown New
[v13,5/5] ext4: cleanup inode flag definitions - - - --- 2015-04-20 Li Xi New
[v13,4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support - - - --- 2015-04-20 Li Xi New
[v13,3/5] ext4: adds project quota support - - - --- 2015-04-20 Li Xi New
[v13,2/5] ext4: adds project ID support - - - --- 2015-04-20 Li Xi New
[v13,1/5] vfs: adds general codes to enforces project quota limits - - - --- 2015-04-20 Li Xi New
[1/1] null_blk: fix handling of BLKPREP_DEFER case - - - --- 2015-04-19 Dmitry Krivenok New
[7/7] ext4: add support for write stream IDs - - - --- 2015-04-18 Jens Axboe New
[6/7] xfs: add support for buffered writeback stream ID - - - --- 2015-04-18 Jens Axboe New
[5/7] btrfs: add support for write stream IDs - - - --- 2015-04-18 Jens Axboe New
[4/7] Add stream ID support for buffered mpage/__block_write_full_page() - - - --- 2015-04-18 Jens Axboe New
[3/7] direct-io: add support for write stream IDs - - - --- 2015-04-18 Jens Axboe New
[2/7] Add support for per-file/inode stream ID - - - --- 2015-04-18 Jens Axboe New
[1/7] block: add support for carrying a stream ID in a bio - - - --- 2015-04-18 Jens Axboe New
bio: skip atomic inc/dec of ->bi_remaining for non-chains - - - --- 2015-04-17 Jens Axboe New
Is it OK to export symbols 'getname' and 'putname'? - - - --- 2015-04-17 Boqun Feng New
[7/7] drivers: use block_device name vsprintf helper - - - --- 2015-04-17 Dmitry Monakhov New
[6/7] block/partitions: use block_device name vsprintf helper - - - --- 2015-04-17 Dmitry Monakhov New
[5/7] md: use block_device name vsprintf helper v2 - - - --- 2015-04-17 Dmitry Monakhov New
[4/7] fs: use block_device name vsprintf helper - - - --- 2015-04-17 Dmitry Monakhov New
[3/7] block: use block_device name vsprintf helper - - - --- 2015-04-17 Dmitry Monakhov New
[2/7] lib/vsprintf: add %*pg format specifier - - - --- 2015-04-17 Dmitry Monakhov New
[1/7] fs: use gendisk->disk_name where possible - - - --- 2015-04-17 Dmitry Monakhov New
[V6,05/10] audit: log creation and deletion of namespace instances - - - --- 2015-04-17 Richard Guy Briggs New
fix I_DIO_WAKEUP definition - - - --- 2015-04-16 Eric Sandeen New
[4/4] Overlayfs: Wrap RCU-mode accesses to ->d_inode on subordinate filesystems - - - --- 2015-04-16 David Howells New
[3/4] Overlayfs: Wrap accesses to ->d_inode on subordinate filesystems - - - --- 2015-04-16 David Howells New
[2/4] Overlayfs: Convert own ->d_inode to d_inode() or d_really_is_positive/negative() - - - --- 2015-04-16 David Howells New
[1/4] Overlayfs: Convert S_ISDIR(dentry->d_inode) to d_is_dir()/d_can_lookup() - - - --- 2015-04-16 David Howells New
« 1 2 ... 638 639 640649 650 »