Show patches with: Submitter = Yang Dongsheng       |    State = Action Required       |   104 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RESEND] ubifs: Introduce a mount option of force_atime. - - - --- 2015-06-08 Yang Dongsheng New
[01/25] fs: introduce a ->s_cdev field into struct super_block - - - --- 2015-07-21 Yang Dongsheng New
[02/25] ubi: introduce a interface to get cdev in ubi_volume - - - --- 2015-07-21 Yang Dongsheng New
[03/25] ubifs: fill sb->s_cdev in ubifs_fill_super() - - - --- 2015-07-21 Yang Dongsheng New
[04/25] fs: super: introduce the functions to get super by cdev reference - - - --- 2015-07-21 Yang Dongsheng New
[05/25] fs: char_dev: introduce lookup_cdev function to find cdev by name - - - --- 2015-07-21 Yang Dongsheng New
[06/25] fs: dquot: skip invalidate_bdev if bdev is NULL - - - --- 2015-07-21 Yang Dongsheng New
[07/25] fs: quota: make quota support fs which is running on char dev - - - --- 2015-07-21 Yang Dongsheng New
[08/25] ubifs: fix a typo in comment of ubifs_budget_req - - - --- 2015-07-21 Yang Dongsheng New
[09/25] ubifs: extend budget for blocks - - - --- 2015-07-21 Yang Dongsheng New
[10/25] ubifs: fill ->s_dev in ubifs_fill_super - - - --- 2015-07-21 Yang Dongsheng New
[11/25] ubifs: export read_block() from file.c - - - --- 2015-07-21 Yang Dongsheng New
[12/25] ubifs: introduce quota related mount options - - - --- 2015-07-21 Yang Dongsheng New
[13/25] ubifs: introduce a field named as budgeted to ubifs_inode - - - --- 2015-07-21 Yang Dongsheng New
[14/25] ubifs: implement IO functions for quota files - - - --- 2015-07-21 Yang Dongsheng New
[15/25] ubifs: disable quota in ubifs_put_super - - - --- 2015-07-21 Yang Dongsheng New
[16/25] ubifs: write quota back in ubifs_sync - - - --- 2015-07-21 Yang Dongsheng New
[17/25] ubifs: suspend & resume quota properly in ubifs_remount - - - --- 2015-07-21 Yang Dongsheng New
[18/25] ubifs: record quota information about inode in ubifs_new_inode - - - --- 2015-07-21 Yang Dongsheng New
[19/25] ubifs: free quota inode information in ubifs_evict_inode - - - --- 2015-07-21 Yang Dongsheng New
[20/25] ubifs: alloc quota space in ubifs_write_begin - - - --- 2015-07-21 Yang Dongsheng New
[21/25] ubifs: free quota space in do_truncation and unlink - - - --- 2015-07-21 Yang Dongsheng New
[22/25] ubifs: adapt quota space informatin in do_setattr - - - --- 2015-07-21 Yang Dongsheng New
[23/25] ubifs: transfer quota information in changing owner or group - - - --- 2015-07-21 Yang Dongsheng New
[24/25] ubifs: implement ubifs_qctl_operations for quotactl - - - --- 2015-07-21 Yang Dongsheng New
[25/25] ubifs: make ubifs to support quota - - - --- 2015-07-21 Yang Dongsheng New
[v2,01/35] fs: introduce a ->s_cdev field into struct super_block - - - --- 2015-07-30 Yang Dongsheng New
[v2,02/35] fs: cleanup: remove the blank line before EXPORT_SYMBOL - - - --- 2015-07-30 Yang Dongsheng New
[v2,03/35] fs: super: cleanup: make the comment of each function aligned - - - --- 2015-07-30 Yang Dongsheng New
[v2,04/35] fs: super: consolidate the get_super class functions - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,05/35] fs: super: introduce a get_super_cdev to get super by a cdev reference - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,06/35] fs: super: introduce a get_super_cdev_thawed to get sb by cdev reference - - - --- 2015-07-30 Yang Dongsheng New
[v2,07/35] fs: char_dev: introduce cd_acquire function to acquire cdev - - - --- 2015-07-30 Yang Dongsheng New
[v2,08/35] fs: introduce a __lookup_dev for internal using - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,09/35] fs: char_dev: introduce lookup_cdev to get cdev by pathname - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,10/35] fs: dquot: skip invalidate_bdev if bdev is NULL - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,11/35] fs: quota: make quota support fs which is running on char dev - - - --- 2015-07-30 Yang Dongsheng New
[v2,12/35] ubi: introduce a interface to get cdev in ubi_volume 1 - - --- 2015-07-30 Yang Dongsheng New
[v2,13/35] ubifs: fix a typo in comment of ubifs_budget_req - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,14/35] ubifs: extend budget for blocks - - - --- 2015-07-30 Yang Dongsheng New
[v2,15/35] ubifs: fill sb->s_cdev in ubifs_fill_super() - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,16/35] ubifs: fill ->s_dev in ubifs_fill_super - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,17/35] ubifs: export read_block() from file.c - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,18/35] ubifs: introduce quota related mount options - - - --- 2015-07-30 Yang Dongsheng New
[v2,19/35] ubifs: budget for inode in ubifs_dirty_inode if necessary - - - --- 2015-07-30 Yang Dongsheng New
[v2,20/35] ubifs: implement IO functions for quota files - - - --- 2015-07-30 Yang Dongsheng New
[v2,21/35] ubifs: disable quota in ubifs_put_super - - - --- 2015-07-30 Yang Dongsheng New
[v2,22/35] ubifs: write quota back in ubifs_sync - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,23/35] ubifs: set/clear MS_RDONLY properly in ubifs_remount - - - --- 2015-07-30 Yang Dongsheng New
[v2,24/35] ubifs: suspend & resume quota properly in ubifs_remount - 1 - --- 2015-07-30 Yang Dongsheng New
[v2,25/35] ubifs: record quota information about inode in ubifs_new_inode - - - --- 2015-07-30 Yang Dongsheng New
[v2,26/35] ubifs: free quota inode information in ubifs_evict_inode - - - --- 2015-07-30 Yang Dongsheng New
[v2,27/35] ubifs: alloc quota space in ubifs_write_begin - - - --- 2015-07-30 Yang Dongsheng New
[v2,28/35] ubifs: free quota space in do_truncation - - - --- 2015-07-30 Yang Dongsheng New
[v2,29/35] ubifs: free quota space when deleting a file - - - --- 2015-07-30 Yang Dongsheng New
[v2,30/35] ubifs: adapt quota space informatin in do_setattr - - - --- 2015-07-30 Yang Dongsheng New
[v2,31/35] ubifs: transfer quota information in changing owner or group - - - --- 2015-07-30 Yang Dongsheng New
[v2,32/35] ubifs: write inode in ubifs_quota_write if we are appending - - - --- 2015-07-30 Yang Dongsheng New
[v2,33/35] fs: introduce a get_qsize() to file_operations - - - --- 2015-07-30 Yang Dongsheng New
[v2,34/35] ubifs: implement ubifs_get_qsize to get quota size in ubifs - - - --- 2015-07-30 Yang Dongsheng New
[v2,35/35] ubifs: make ubifs to support quota - - - --- 2015-07-30 Yang Dongsheng New
[v6] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs - 1 - --- 2015-08-21 Yang Dongsheng New
[v7,1/5] lightnvm: Support for Open-Channel SSDs - - - --- 2015-09-04 Yang Dongsheng New
[v3,01/39] fs: introduce a ->s_cdev field into struct super_block - - - --- 2015-09-15 Yang Dongsheng New
[v3,02/39] fs: cleanup: remove the blank line before EXPORT_SYMBOL - - - --- 2015-09-15 Yang Dongsheng New
[v3,03/39] fs: super: cleanup: make the comment of each function aligned - - - --- 2015-09-15 Yang Dongsheng New
[v3,04/39] fs: super: consolidate the get_super class functions - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,05/39] fs: super: introduce a get_super_cdev to get super by a cdev reference - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,06/39] fs: super: introduce a get_super_cdev_thawed to get sb by cdev reference - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,07/39] fs: char_dev: introduce cd_acquire function to acquire cdev - - - --- 2015-09-15 Yang Dongsheng New
[v3,08/39] fs: introduce a __lookup_dev for internal using - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,09/39] fs: char_dev: introduce lookup_cdev to get cdev by pathname - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,10/39] fs: dquot: skip invalidate_bdev if bdev is NULL - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,11/39] fs: quota: replace opened calling of ->sync_fs with sync_filesystem - - - --- 2015-09-15 Yang Dongsheng New
[v3,12/39] fs: quota: make quota support fs which is running on char dev - - - --- 2015-09-15 Yang Dongsheng New
[v3,13/39] fs: introduce a get_qsize() to inode_operations - - - --- 2015-09-15 Yang Dongsheng New
[v3,14/39] fs: quota: restore i_flags of quota files in dquot_disable - - - --- 2015-09-15 Yang Dongsheng New
[v3,15/39] fs: quota: introduce a callback of restore_iflags to quotactl_ops - - - --- 2015-09-15 Yang Dongsheng New
[v3,16/39] ubi: introduce a interface to get cdev in ubi_volume 1 - - --- 2015-09-15 Yang Dongsheng New
[v3,17/39] ubifs: extend budget for blocks - - - --- 2015-09-15 Yang Dongsheng New
[v3,18/39] ubifs: fill sb->s_cdev in ubifs_fill_super() - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,19/39] ubifs: fill ->s_dev in ubifs_fill_super - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,20/39] ubifs: export read_block() from file.c - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,21/39] ubifs: introduce i_dquot to ubifs_inode - - - --- 2015-09-15 Yang Dongsheng New
[v3,22/39] ubifs: implement IO functions for quota files - - - --- 2015-09-15 Yang Dongsheng New
[v3,23/39] ubifs: disable quota in ubifs_put_super - - - --- 2015-09-15 Yang Dongsheng New
[v3,24/39] ubifs: write quota back in ubifs_sync - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,25/39] ubifs: set/clear MS_RDONLY properly in ubifs_remount - - - --- 2015-09-15 Yang Dongsheng New
[v3,26/39] ubifs: suspend & resume quota properly in ubifs_remount - 1 - --- 2015-09-15 Yang Dongsheng New
[v3,27/39] ubifs: check inode with NULL before using it - - - --- 2015-09-15 Yang Dongsheng New
[v3,28/39] ubifs: record quota information about inode in ubifs_new_inode - - - --- 2015-09-15 Yang Dongsheng New
[v3,29/39] ubifs: free quota inode information in ubifs_evict_inode - - - --- 2015-09-15 Yang Dongsheng New
[v3,30/39] ubifs: alloc quota space in ubifs writing path - - - --- 2015-09-15 Yang Dongsheng New
[v3,31/39] ubifs: free quota space in do_truncation - - - --- 2015-09-15 Yang Dongsheng New
[v3,32/39] ubifs: free quota space when deleting a file - - - --- 2015-09-15 Yang Dongsheng New
[v3,33/39] ubifs: adapt quota space informatin in do_setattr - - - --- 2015-09-15 Yang Dongsheng New
[v3,34/39] ubifs: transfer quota information in changing owner or group - - - --- 2015-09-15 Yang Dongsheng New
[v3,35/39] ubifs: write inode in ubifs_quota_write if we are appending - - - --- 2015-09-15 Yang Dongsheng New
[v3,36/39] ubifs: implement ubifs_get_qsize to get quota size in ubifs - - - --- 2015-09-15 Yang Dongsheng New
[v3,37/39] ubifs: implement ubifs_restore_iflags for quotactl_operations - - - --- 2015-09-15 Yang Dongsheng New
« 1 2 »