Commit Graph

602 Commits (af91706d5ddecb4a9858cca9e90d463037cfd498)

Author SHA1 Message Date
Eric Sandeen 2046fd1873 ext3: Count journal as bsddf overhead in ext3_statfs 11 years ago
Miklos Szeredi 43ae9e3fc7 ext[34]: fix double put in tmpfile 11 years ago
Anatol Pomozov 70261f568f ext4: Fix misspellings using 'codespell' tool 12 years ago
Eric Sandeen cf7eff4666 ext3: allow specifying external journal by pathname mount option 12 years ago
Zheng Liu dda5690def ext3: fix a BUG when opening a file with O_TMPFILE flag 12 years ago
Dmitry Monakhov 3df3219651 ext3: Fix fsync error handling after filesystem abort. 12 years ago
Mel Gorman b45972265f mm: vmscan: take page buffers dirty and locked state into account 12 years ago
Al Viro 64cb927371 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() 12 years ago
Al Viro e6bbef9542 ext3 ->tmpfile() support 12 years ago
Al Viro 5ded75ec4c [readdir] convert ext3 12 years ago
Lukas Czerner d8c8900ac1 jbd: change journal_invalidatepage() to accept length 12 years ago
Lukas Czerner d47992f86b mm: change invalidatepage prototype to accept length 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Al Viro 4385bab128 make blkdev_put() return void 12 years ago
Darrick J. Wong 7136851117 mm: make snapshotting pages for stable writes a per-bio operation 12 years ago
Jan Kara e643692138 ext3: fix data=journal fast mount/umount hang 12 years ago
Lars-Peter Clausen 8d0c2d10dd ext3: Fix format string issues 12 years ago
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Darrick J. Wong ffecfd1a72 block: optionally snapshot page contents to provide stable pages during write 12 years ago
Wang Shilong c04e88e271 Ext3: return ENOMEM rather than EIO if sb_getblk fails 12 years ago
Wang Shilong 1b7d76e9b1 Ext3: use unlikely to improve the efficiency of the kernel 12 years ago
Wang Shilong 61f43e6880 Ext3: add necessary check in case IO error happens 12 years ago
Jan Kara f56426ae4d ext3: Fix memory leak when quota options are specified multiple times 12 years ago
Guo Chao 306a74920b ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX 12 years ago
Andrew Morton 965c8e59cf lseek: the "whence" argument is called "whence" 12 years ago
Julia Lawall 4789775477 ext3: drop if around WARN_ON 12 years ago
Zhao Hongjiang 195c0f96f0 ext3: get rid of the duplicate code on ext3_fill_super 12 years ago
Lukas Czerner ae49eeec78 ext3: Avoid underflow of in ext3_trim_fs() 12 years ago
Marco Stornelli 67e2c19a3b ext3: drop lock/unlock super 13 years ago
Zhao Hongjiang 66415f6b50 ext3: fix return values on parse_options() failure 13 years ago
Carlos Maiolino c3d59ad6ab ext3: ext3_bread usage audit 13 years ago
Carlos Maiolino aa9660196b ext3: fix possible non-initialized variable on htree_dirblock_to_tree() 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman 4c376dcae8 userns: Convert struct dquot dq_id to be a struct kqid 13 years ago
Eric W. Biederman af84df93ff userns: Convert extN to support kuids and kgids in posix acls 13 years ago
Eric W. Biederman 5f3a4a28ec userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr 13 years ago
Sachin Kamat 76f59b3bf5 ext3: Replace 0 with NULL for pointer in super.c file 13 years ago
Eric Sandeen e423010854 ext3: don't clear orphan list on ro mount with errors 13 years ago
Jan Kara 156bddd8e5 ext3: Fix fdatasync() for files with only i_size changes 13 years ago
Anatol Pomozov 4907cb7b19 treewide: fix comment/printk/variable typos 13 years ago
Artem Bityutskiy d3009c6cff ext3: nuke write_super from comments 13 years ago
Akinobu Mita 10d470849a ext3: use memweight() 13 years ago
Al Viro 8fc37ec54c don't expose I_NEW inodes via dentry->d_inode 13 years ago
Eric Sandeen de9b942202 ext3: pass custom EOF to generic_file_llseek_size() 13 years ago
Eric Sandeen e8b96eb503 vfs: allow custom EOF in generic_file_llseek code 13 years ago
Jan Kara a117782571 quota: Move quota syncing to ->sync_fs method 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Jan Kara 44f4f729e7 ext3: Check return value of blkdev_issue_flush() 13 years ago