Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85a087465ca916c251fcbcbc4a8cfc3f5c5e4a33
/
fs
8810e5f
Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8
by Channagoud Kadabi
· 8 years ago
2e1a4ae
rtc: alarm: Add power-on alarm feature
by Mao Jinlong
· 9 years ago
dcb6110
Merge tag 'v4.9.9' into android-4.9-aosp
by Dmitry Shmidt
· 8 years ago
72cd604
fs: break out of iomap_file_buffered_write on fatal signals
by Michal Hocko
· 8 years ago
9e25599
cifs: initialize file_info_lock
by Rabin Vincent
· 8 years ago
743146d3
NFSD: Fix a null reference case in find_or_create_lock_stateid()
by Kinglong Mee
· 8 years ago
13e6ef9
ext4: validate s_first_meta_bg at mount time
by Eryu Guan
· 8 years ago
e37704d
Merge tag 'v4.9.8' into android-4.9
by Dmitry Shmidt
· 8 years ago
b5b4d4a
xfs: fix bmv_count confusion w/ shared extents
by Darrick J. Wong
· 8 years ago
5d44dd5
xfs: clear _XBF_PAGES from buffers when readahead page
by Darrick J. Wong
· 8 years ago
29f96b7
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
by Christoph Hellwig
· 8 years ago
aab858d
xfs: remove racy hasattr check from attr ops
by Brian Foster
· 8 years ago
2909416
xfs: verify dirblocklog correctly
by Darrick J. Wong
· 8 years ago
214d55e
xfs: fix COW writeback race
by Christoph Hellwig
· 8 years ago
29f3192
xfs: fix xfs_mode_to_ftype() prototype
by Arnd Bergmann
· 8 years ago
d062d90
xfs: don't wrap ID in xfs_dq_get_next_id
by Eric Sandeen
· 8 years ago
d3201a1
xfs: sanity check inode di_mode
by Amir Goldstein
· 8 years ago
43ce592
xfs: sanity check inode mode when creating new dentry
by Amir Goldstein
· 8 years ago
b5f68e2
xfs: replace xfs_mode_to_ftype table with switch statement
by Amir Goldstein
· 8 years ago
4fac84b
xfs: add missing include dependencies to xfs_dir2.h
by Amir Goldstein
· 8 years ago
e5325fc
xfs: sanity check directory inode di_size
by Amir Goldstein
· 8 years ago
624e54b
xfs: make the ASSERT() condition likely
by Amir Goldstein
· 8 years ago
4f4d508
xfs: don't print warnings when xfs_log_force fails
by Christoph Hellwig
· 8 years ago
e9b7765
xfs: don't rely on ->total in xfs_alloc_space_available
by Christoph Hellwig
· 8 years ago
6b81365
xfs: adjust allocation length in xfs_alloc_space_available
by Christoph Hellwig
· 8 years ago
c63f4d3
xfs: fix bogus minleft manipulations
by Christoph Hellwig
· 8 years ago
d20e4ad
xfs: bump up reserved blocks in xfs_alloc_set_aside
by Christoph Hellwig
· 8 years ago
dc89d13
FROMLIST: 9p: fix a potential acl leak
by Cong Wang
· 8 years ago
5637949
NFSv4.0: always send mode in SETATTR after EXCLUSIVE4
by Benjamin Coddington
· 8 years ago
0a70235
NFSv4.1: Fix a deadlock in layoutget
by Trond Myklebust
· 8 years ago
ffb97c1
Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operations
by Omar Sandoval
· 8 years ago
ad80fad
Btrfs: disable xattr operations on subvolume directories
by Omar Sandoval
· 8 years ago
79babd4
Btrfs: remove old tree_root case in btrfs_read_locked_inode()
by Omar Sandoval
· 8 years ago
4859524
xfs: prevent quotacheck from overloading inode lru
by Brian Foster
· 8 years ago
f122216
ANDROID: fs: Export vfs_rmdir2
by Guenter Roeck
· 8 years ago
0de4c4c
ANDROID: fs: Export free_fs_struct and set_fs_pwd
by Guenter Roeck
· 8 years ago
cd08287
Merge tag 'v4.9.6' into android-4.9
by Dmitry Shmidt
· 8 years ago
71f1b59
ANDROID: sdcardfs: eliminate the offset argument to ->direct_IO
by Amit Pundir
· 8 years ago
d4ae31b
ANDROID: sdcardfs: make it use new .rename i_op
by Amit Pundir
· 8 years ago
82a2800
ANDROID: sdcardfs: Propagate dentry down to inode_change_ok()
by Amit Pundir
· 8 years ago
c9bae39
ANDROID: sdcardfs: get rid of 'parent' argument of ->d_compare()
by Amit Pundir
· 8 years ago
48bc6d3
ANDROID: sdcardfs: add parent pointer into dentry name hash
by Amit Pundir
· 8 years ago
b47e110
ANDROID: sdcardfs: use wrappers to access i_mutex
by Amit Pundir
· 8 years ago
1eea0df
ANDROID: mnt: remount should propagate to slaves of slaves
by Daniel Rosenberg
· 8 years ago
3adfc03
ANDROID: sdcardfs: Fix locking issue with permision fix up
by Daniel Rosenberg
· 8 years ago
63d2076
ANDROID: sdcardfs: Switch ->d_inode to d_inode()
by Daniel Rosenberg
· 8 years ago
9021927
ANDROID: sdcardfs: Use per mount permissions
by Daniel Rosenberg
· 8 years ago
317e770
ANDROID: sdcardfs: Add gid and mask to private mount data
by Daniel Rosenberg
· 8 years ago
1844d9e
ANDROID: sdcardfs: User new permission2 functions
by Daniel Rosenberg
· 8 years ago
bbcd0ff
ANDROID: vfs: Add permission2 for filesystems with per mount permissions
by Daniel Rosenberg
· 8 years ago
2757e9b
ANDROID: vfs: Add setattr2 for filesystems with per mount permissions
by Daniel Rosenberg
· 8 years ago
29f888e
ANDROID: vfs: Allow filesystems to access their private mount data
by Daniel Rosenberg
· 8 years ago
1aaf05b
ANDROID: mnt: Add filesystem private data to mount points
by Daniel Rosenberg
· 8 years ago
9480415
ANDROID: sdcardfs: Move directory unlock before touch
by Daniel Rosenberg
· 8 years ago
2dd0dbb
ANDROID: sdcardfs: fix external storage exporting incorrect uid
by alvin_liang
· 8 years ago
5080d24
ANDROID: sdcardfs: Added top to sdcardfs_inode_info
by Daniel Rosenberg
· 8 years ago
fbd34b6
ANDROID: sdcardfs: Switch package list to RCU
by Daniel Rosenberg
· 9 years ago
cb1b945
ANDROID: sdcardfs: Fix locking for permission fix up
by Daniel Rosenberg
· 8 years ago
7c4dcd2
ANDROID: sdcardfs: Check for other cases on path lookup
by Daniel Rosenberg
· 9 years ago
2b31462
ANDROID: sdcardfs: override umask on mkdir and create
by Daniel Rosenberg
· 9 years ago
25cc70f
ANDROID: fs: FS tracepoints to track IO.
by Mohan Srinivasan
· 8 years ago
774e441
ANDROID: sdcardfs: fix itnull.cocci warnings
by Julia Lawall
· 8 years ago
0de3b4c
ANDROID: sdcardfs: Truncate packages_gid.list on overflow
by Daniel Rosenberg
· 8 years ago
fac99a7
ANDROID: fuse: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
973117c
ANDROID: vfs: change d_canonical_path to take two paths
by Daniel Rosenberg
· 9 years ago
cfdb665
ANDROID: sdcardfs: remove unneeded __init and __exit
by Daniel Rosenberg
· 9 years ago
04c3dee
ANDROID: sdcardfs: Remove unused code
by Daniel Rosenberg
· 9 years ago
671662b
ANDROID: fs: Export d_absolute_path
by Guenter Roeck
· 9 years ago
4665ac89
ANDROID: sdcardfs: remove effectless config option
by Daniel Rosenberg
· 9 years ago
835d38b
ANDROID: inotify: Fix erroneous update of bit count
by Daniel Rosenberg
· 9 years ago
a782a79
ANDROID: sdcardfs: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
dab6f50
ANDROID: vfs: add d_canonical_path for stacked filesystem support
by Daniel Rosenberg
· 9 years ago
497ac90
ANDROID: sdcardfs: Bring up to date with Android M permissions:
by Daniel Rosenberg
· 9 years ago
5d3b416
ANDROID: Changed type-casting in packagelist management
by Daniel Campello
· 9 years ago
d1d080c
ANDROID: Port of sdcardfs to 4.4
by Daniel Campello
· 9 years ago
35c9e24
ANDROID: Included sdcardfs source code for kernel 3.0
by Daniel Campello
· 9 years ago
eb5d550
ANDROID: epoll: use freezable blocking call
by Colin Cross
· 12 years ago
ebab868
ANDROID: Fix for in kernel emergency remount when loop mounts are used
by Christian Poetzsch
· 9 years ago
cc14b9e
ANDROID: ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim
by JP Abgrall
· 10 years ago
1672c66
ANDROID: fuse: Freeze client on suspend when request sent to userspace
by Todd Poynor
· 13 years ago
3e4578f
ANDROID: mm: add a field to store names for private anonymous memory
by Colin Cross
· 9 years ago
085351f
ANDROID: pstore/ram: Add ramoops_console_write_buf api
by Arve Hjønnevåg
· 11 years ago
f049c41
ANDROID: fixup! proc: make oom adjustment files user read-only
by Dan Willemsen
· 10 years ago
2956c9b
ANDROID: proc: make oom adjustment files user read-only
by Rom Lemarchand
· 10 years ago
6e9fa67
ceph: fix endianness bug in frag_tree_split_cmp
by Jeff Layton
· 8 years ago
2e4f213
ceph: fix endianness of getattr mask in ceph_d_revalidate
by Jeff Layton
· 8 years ago
8934e06
ceph: fix ceph_get_caps() interruption
by Yan, Zheng
· 8 years ago
48baa924
ceph: fix scheduler warning due to nested blocking
by Nikolay Borisov
· 8 years ago
1f75575
ceph: fix bad endianness handling in parse_reply_info_extra
by Jeff Layton
· 8 years ago
ce5c52f
ubifs: Fix journal replay wrt. xattr nodes
by Richard Weinberger
· 8 years ago
07f0267
fuse: fix time_to_jiffies nsec sanity check
by David Sheets
· 8 years ago
0181b36
fuse: clear FR_PENDING flag when moving requests out of pending queue
by Tahsin Erdogan
· 8 years ago
782b361
tmpfs: clear S_ISGID when setting posix ACLs
by Gu Zheng
· 8 years ago
ef140e7
ANDROID: fs: block_dump: Don't display inode changes if block_dump < 2
by San Mehat
· 16 years ago
396b251
NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.
by NeilBrown
· 8 years ago
e331f2f
NFS: Fix a performance regression in readdir
by Trond Myklebust
· 8 years ago
4c4d4be
pNFS: Fix race in pnfs_wait_on_layoutreturn
by Trond Myklebust
· 8 years ago
633b570
NFS: fix typo in parameter description
by Wei Yongjun
· 8 years ago
7a1dcd9
btrfs: fix error handling when run_delayed_extent_op fails
by Jeff Mahoney
· 8 years ago
003e316
btrfs: fix locking when we put back a delayed ref that's too new
by Jeff Mahoney
· 8 years ago
Next »